Updates for fixing tic4x arch tagging of its object files.
[deliverable/binutils-gdb.git] / include / coff / ti.h
index 0a59b226a323535c5814adebea55d4def8509b5e..8df15223c8d3af2ff502e6ecc473b0f7c3c4d1bf 100644 (file)
@@ -57,6 +57,14 @@ struct external_filehdr
 #error "TICOFF_TARGET_ARCH needs to be defined for your CPU"
 #endif
 
+#ifndef TICOFF_TARGET_MACHINE_GET
+#define TICOFF_TARGET_MACHINE_GET(FLAGS) 0
+#endif
+
+#ifndef TICOFF_TARGET_MACHINE_SET
+#define TICOFF_TARGET_MACHINE_SET(FLAGSP, MACHINE)
+#endif
+
 /* Default to COFF2 for file output */
 #ifndef TICOFF_DEFAULT_MAGIC
 #define TICOFF_DEFAULT_MAGIC TICOFF2MAGIC
This page took 0.024053 seconds and 4 git commands to generate.