+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.
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;