* integrate.c (output_inline_function): Correct type of debug_hooks.
authorAndreas Jaeger <aj@suse.de>
Wed, 18 Jul 2001 06:35:24 +0000 (08:35 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 18 Jul 2001 06:35:24 +0000 (08:35 +0200)
From-SVN: r44098

gcc/ChangeLog
gcc/integrate.c

index 8beb99b68e3c3e98542c15a74ac1788571719f5e..5b1afaabe05c209f191f2e3e4bd4d12af14d5d6e 100644 (file)
@@ -1,3 +1,7 @@
+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
@@ -25,7 +29,7 @@
        * config/chorus.h: Moved here.
 
 2001-07-17  Andreas Schwab  <schwab@suse.de>
+
        * configure.in  (assembler eh_frame optimization): Handle big
        endian.
        * configure: Regenerated.
index a642dcc1e08c98823ae97e11fe09016595a7f6e6..b0c5ab6f02dbd24ea91e9042f701d3c15709ec4c 100644 (file)
@@ -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;