From: Andreas Jaeger Date: Wed, 18 Jul 2001 06:35:24 +0000 (+0200) Subject: * integrate.c (output_inline_function): Correct type of debug_hooks. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=895b2cfec83cdcae20a63835bec6039ac2dfa28a;p=gcc.git * integrate.c (output_inline_function): Correct type of debug_hooks. From-SVN: r44098 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8beb99b68e3..5b1afaabe05 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-07-18 Andreas Jaeger + + * integrate.c (output_inline_function): Correct type of debug_hooks. + 2001-07-18 Toon Moene * combine.c (combine_simplify_rtx): DIV can be treated @@ -25,7 +29,7 @@ * config/chorus.h: Moved here. 2001-07-17 Andreas Schwab - + * configure.in (assembler eh_frame optimization): Handle big endian. * configure: Regenerated. diff --git a/gcc/integrate.c b/gcc/integrate.c index a642dcc1e08..b0c5ab6f02d 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -2868,7 +2868,7 @@ output_inline_function (fndecl) { 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;