From ad171e80b8510737414c1e80159a6dd49dc414b0 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Mon, 9 Aug 1999 15:23:25 +0000 Subject: [PATCH] Small incremental fixes for last checkin From-SVN: r28627 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/arm.c | 1 - gcc/genpeep.c | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 38d40c0ab46..fb1515facae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Mon Aug 9 16:21:53 1999 Bernd Schmidt + + * 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 * Makefile.in: Update dependencies. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index a5013f9d548..9087c5c4e7a 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 65ba963c056..047fef4bece 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"); -- 2.30.2