diff options
Diffstat (limited to 'gas/config/obj-coff.h')
-rw-r--r-- | gas/config/obj-coff.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 01cc229..57dc830 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -64,13 +64,6 @@ #endif #endif -#ifdef TC_M68K -#include "coff/m68k.h" -#ifndef TARGET_FORMAT -#define TARGET_FORMAT "coff-m68k" -#endif -#endif - #ifdef TC_Z80 #include "coff/z80.h" #define TARGET_FORMAT "coff-z80" @@ -101,13 +94,6 @@ #endif #endif -#ifdef TC_MIPS -#define COFF_WITH_PE -#include "coff/mipspe.h" -#undef TARGET_FORMAT -#define TARGET_FORMAT "pe-mips" -#endif - #ifdef TC_TIC30 #include "coff/tic30.h" #define TARGET_FORMAT "coff-tic30" |