aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-08-09 15:23:25 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-08-09 15:23:25 +0000
commitad171e80b8510737414c1e80159a6dd49dc414b0 (patch)
tree7edd0d5ebc222f67aff716fb5a99931eb36eb5df /gcc
parent49ad7cfa7ac804b56cff13d70022020126f24c55 (diff)
downloadgcc-ad171e80b8510737414c1e80159a6dd49dc414b0.zip
gcc-ad171e80b8510737414c1e80159a6dd49dc414b0.tar.gz
gcc-ad171e80b8510737414c1e80159a6dd49dc414b0.tar.bz2
Small incremental fixes for last checkin
From-SVN: r28627
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.c1
-rw-r--r--gcc/genpeep.c1
3 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 38d40c0..fb1515f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Aug 9 16:21:53 1999 Bernd Schmidt <bernds@cygnus.co.uk>
+
+ * genpeep.c (main): Make generated file include "function.h".
+ * arm.c (function_really_clobbers_lr): Delete INLINE_HEADER case.
+
Mon Aug 9 10:08:50 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* Makefile.in: Update dependencies.
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index a5013f9..9087c5c 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -5329,7 +5329,6 @@ function_really_clobbers_lr (first)
case NOTE:
case CODE_LABEL:
case JUMP_INSN: /* Jump insns only change the PC (and conds) */
- case INLINE_HEADER:
break;
case INSN:
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 65ba963..047fef4 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -477,6 +477,7 @@ from the machine description file `md'. */\n\n");
printf ("#include \"real.h\"\n");
printf ("#include \"recog.h\"\n");
printf ("#include \"except.h\"\n\n");
+ printf ("#include \"function.h\"\n\n");
printf ("extern rtx peep_operand[];\n\n");
printf ("#define operands peep_operand\n\n");