Makefile.in (TARGET_H, [...]): New.
[gcc.git] / gcc / config / i860 / i860.c
index 4789f70fe0008c0de9736bf2304a86f8a8907a18..08e099b2eb43b77a4cac1ba696b4aba646a5d49a 100644 (file)
@@ -42,6 +42,8 @@ Boston, MA 02111-1307, USA.  */
 #include "function.h"
 #include "expr.h"
 #include "tm_p.h"
+#include "target.h"
+#include "target-def.h"
 
 static rtx find_addr_reg PARAMS ((rtx));
 static int reg_clobbered_p PARAMS ((rtx, rtx));
@@ -60,6 +62,10 @@ const char *i860_reg_prefix = I860_REG_PREFIX;
 
 rtx i860_compare_op0, i860_compare_op1;
 \f
+/* Initialize the GCC target structure.  */
+
+struct gcc_target target = TARGET_INITIALIZER;
+\f
 /* Return non-zero if this pattern, can be evaluated safely, even if it
    was not asked for.  */
 int
@@ -1451,7 +1457,7 @@ output_delayed_branch (template, operands, insn)
         We must do this after outputting the branch insn,
         since operands may just be a pointer to `recog_data.operand'.  */
       INSN_CODE (delay_insn) = insn_code_number
-       = recog (pat, delay_insn, NULL_PTR);
+       = recog (pat, delay_insn, NULL);
       if (insn_code_number == -1)
        abort ();