Commit ad171e80 by Bernd Schmidt Committed by Bernd Schmidt

Small incremental fixes for last checkin

From-SVN: r28627
parent 49ad7cfa
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.
......
......@@ -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:
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment