diff options
author | Alan Modra <amodra@gmail.com> | 2020-03-03 08:44:26 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-03-03 08:44:26 +1030 |
commit | e3e896e6675d6faf2f29308f35e888cc48e85044 (patch) | |
tree | ffb0e795159468580ad364f3ea4aaf47e1d167de /gas | |
parent | 9822cb57f7570a3b2c8fd95ec2f7b9f9890e30a4 (diff) | |
download | gdb-e3e896e6675d6faf2f29308f35e888cc48e85044.zip gdb-e3e896e6675d6faf2f29308f35e888cc48e85044.tar.gz gdb-e3e896e6675d6faf2f29308f35e888cc48e85044.tar.bz2 |
Tidy obj-coff.h
* config/obj-coff.h: Remove vestiges of coff-m68k and pe-mips
support.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/config/obj-coff.h | 14 |
2 files changed, 5 insertions, 14 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f7011e2..932acdc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-03-03 Alan Modra <amodra@gmail.com> + + * config/obj-coff.h: Remove vestiges of coff-m68k and pe-mips + support. + 2020-03-02 Alan Modra <amodra@gmail.com> * config/tc-m32r.c (md_begin): Set SEC_SMALL_DATA on .scommon section. 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" |