+2001-07-18 Andreas Jaeger <aj@suse.de>
+
+ * integrate.c (output_inline_function): Correct type of debug_hooks.
+
2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
* combine.c (combine_simplify_rtx): DIV can be treated
* config/chorus.h: Moved here.
2001-07-17 Andreas Schwab <schwab@suse.de>
-
+
* configure.in (assembler eh_frame optimization): Handle big
endian.
* configure: Regenerated.
{
struct function *old_cfun = cfun;
enum debug_info_type old_write_symbols = write_symbols;
- struct debug_hooks *old_debug_hooks = debug_hooks;
+ struct gcc_debug_hooks *old_debug_hooks = debug_hooks;
struct function *f = DECL_SAVED_INSNS (fndecl);
cfun = f;