+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.
case NOTE:
case CODE_LABEL:
case JUMP_INSN: /* Jump insns only change the PC (and conds) */
- case INLINE_HEADER:
break;
case INSN:
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");