Small incremental fixes for last checkin
authorBernd Schmidt <bernds@cygnus.co.uk>
Mon, 9 Aug 1999 15:23:25 +0000 (15:23 +0000)
committerBernd Schmidt <crux@gcc.gnu.org>
Mon, 9 Aug 1999 15:23:25 +0000 (15:23 +0000)
From-SVN: r28627

gcc/ChangeLog
gcc/config/arm/arm.c
gcc/genpeep.c

index 38d40c0ab4669ca7a85ff28caf5c644e9a91da51..fb1515facae2231bde06d64261db63940d0a244e 100644 (file)
@@ -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.
index a5013f9d5480987c2b5464ff24a1406447cc960a..9087c5c4e7a3cfb9456427729eec2ca410b6f2d0 100644 (file)
@@ -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:
index 65ba963c056e6737760161ac3bc12a60f4e43b3b..047fef4bece3704cdd671cbcf4233ea5d1016c7c 100644 (file)
@@ -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");