Makefile.in (TARGET_H, [...]): New.
[gcc.git] / gcc / config / elxsi / elxsi.c
index ba1ea2774f07bdcb37222b0558cdefad9509e886..41b33631efa6fe17136e6299711f2c5be1b802b4 100644 (file)
@@ -27,6 +27,8 @@ Boston, MA 02111-1307, USA.  */
 #include "function.h"
 #include "output.h"
 #include "tm_p.h"
+#include "target.h"
+#include "target-def.h"
 
 extern const char *reg_names[];
 rtx cmp_op0=0, cmp_op1=0;
@@ -35,7 +37,11 @@ rtx cmp_op0=0, cmp_op1=0;
 static const char *const cmp_tab[] = {
     "gt", "gt", "eq", "eq", "ge", "ge", "lt", "lt", "ne", "ne",
     "le", "le" };
+\f
+/* Initialize the GCC target structure.  */
 
+struct gcc_target target = TARGET_INITIALIZER;
+\f
 /* type is the index into the above table */
 /* s is "" for signed, or "u" for unsigned */
 const char *