summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-18 06:35:24 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-18 06:35:24 +0000
commit5e91677cad6a6581cfcb37db4a8c1cd6f6362a52 (patch)
tree7b424d2d8429db9cfd577882f152d12f8abc829f /gcc
parenta0fd8a81277015c50c3af05945016ba784458e4a (diff)
downloadgcc-5e91677cad6a6581cfcb37db4a8c1cd6f6362a52.tar.gz
* integrate.c (output_inline_function): Correct type of debug_hooks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/integrate.c2
2 files changed, 6 insertions, 2 deletions
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 <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.
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;