Add support for the Z80 processor family
[deliverable/binutils-gdb.git] / gas / config / obj-coff.h
index 81577c8d84259af3a28ce4153ad1588fe8a4dc77..4c7c68d77a782e3b49079ddea6571e5bbcbf8afd 100644 (file)
 #define TARGET_FORMAT "coff-Intel-little"
 #endif
 
+#ifdef TC_Z80
+#include "coff/z80.h"
+#define TARGET_FORMAT "coff-z80"
+#endif
+
 #ifdef TC_Z8K
 #include "coff/z8k.h"
 #define TARGET_FORMAT "coff-z8k"
This page took 0.027189 seconds and 4 git commands to generate.