Commit 895b2cfe by Andreas Jaeger Committed by Andreas Jaeger

* integrate.c (output_inline_function): Correct type of debug_hooks.

From-SVN: r44098
parent 493efd37
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> 2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
* combine.c (combine_simplify_rtx): DIV can be treated * combine.c (combine_simplify_rtx): DIV can be treated
...@@ -25,7 +29,7 @@ ...@@ -25,7 +29,7 @@
* config/chorus.h: Moved here. * config/chorus.h: Moved here.
2001-07-17 Andreas Schwab <schwab@suse.de> 2001-07-17 Andreas Schwab <schwab@suse.de>
* configure.in (assembler eh_frame optimization): Handle big * configure.in (assembler eh_frame optimization): Handle big
endian. endian.
* configure: Regenerated. * configure: Regenerated.
......
...@@ -2868,7 +2868,7 @@ output_inline_function (fndecl) ...@@ -2868,7 +2868,7 @@ output_inline_function (fndecl)
{ {
struct function *old_cfun = cfun; struct function *old_cfun = cfun;
enum debug_info_type old_write_symbols = write_symbols; 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); struct function *f = DECL_SAVED_INSNS (fndecl);
cfun = f; cfun = f;
......
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