public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Tidy obj-coff.h
@ 2020-03-02 22:54 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2020-03-02 22:54 UTC (permalink / raw)
  To: binutils

	* config/obj-coff.h: Remove vestiges of coff-m68k and pe-mips
	support.

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"

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-02 22:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-02 22:54 Tidy obj-coff.h Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).