Commit 93415288 by Stan Shebs Committed by Stan Shebs

* toplev.c (process_options): Ensure debug_hooks is initialized.

From-SVN: r86872
parent c11ddb68
2004-08-31 Stan Shebs <shebs@apple.com>
* toplev.c (process_options): Ensure debug_hooks is initialized.
2004-08-31 Mark Mitchell <mark@codesourcery.com>
* target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.
......
......@@ -1806,8 +1806,9 @@ process_options (void)
default_debug_hooks = &vmsdbg_debug_hooks;
#endif
debug_hooks = &do_nothing_debug_hooks;
if (write_symbols == NO_DEBUG)
debug_hooks = &do_nothing_debug_hooks;
;
#if defined(DBX_DEBUGGING_INFO)
else if (write_symbols == DBX_DEBUG)
debug_hooks = &dbx_debug_hooks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment