X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Fobj-coff.h;h=57dc8304e98a726b1f3f09721c1f3a045f1e4b5f;hb=07e7fdfd429985f061630c46e91cb10579607233;hp=01cc2293c48ef0cba1d1bd693d1c8ba9674f3ffa;hpb=b3adc24a0713411ab38a21dc894dd40dbc5c8f4f;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 01cc2293c4..57dc8304e9 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"