diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:23:38 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:23:38 +0930 |
commit | c2bf1eecf99abc4d546bb52a008a25e64a29d85e (patch) | |
tree | 662375080ae5f3db637bb4825c5ddbc3b24a0b02 /binutils | |
parent | 6793974daae8ff3f8ad4e856a9f0e3bbe4fdf9a3 (diff) | |
download | fsf-binutils-gdb-c2bf1eecf99abc4d546bb52a008a25e64a29d85e.zip fsf-binutils-gdb-c2bf1eecf99abc4d546bb52a008a25e64a29d85e.tar.gz fsf-binutils-gdb-c2bf1eecf99abc4d546bb52a008a25e64a29d85e.tar.bz2 |
Remove m88k support
include/
* coff/internal.h: Remove m88k support.
* coff/m88k.h: Delete.
* opcode/m88k.h: Delete.
bfd/
* Makefile.am: Remove m88k support.
* aoutx.h: Likewise.
* archures.c: Likewise.
* coffcode.h: Likewise.
* coffswap.h: Likewise.
* config.bfd: Likewise.
* configure.ac: Likewise.
* cpu-ns32k.c: Likewise.
* elf32-nds32.c: Likewise.
* mach-o.c: Likewise.
* netbsd-core.c: Likewise.
* reloc.c: Likewise.
* targets.c: Likewise.
* coff-m88k.c: Delete.
* cpu-m88k.c: Delete.
* elf32-m88k.c: Delete.
* hosts/m88kmach3.h: Delete.
* m88kmach3.c: Delete.
* m88kopenbsd.c: Delete.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
opcodes/
* Makefile.am: Remove m88k support.
* configure.ac: Likewise.
* disassemble.c: Likewise.
* disassemble.h: Likewise.
* m88k-dis.c: Delete.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/POTFILES.in: Regenerate.
binutils/
* MAINTAINERS (Mark Kettenis): Move to past maintainers.
* testsuite/binutils-all/objdump.exp: Remove m88k support.
gas/
* configure.ac: Remove m88k support.
* config.in: Regenerate.
* configure: Regenerate.
ld/
* Makefile.am: Remove m88k support.
* configure.host: Likewise.
* configure.tgt: Likewise.
* testsuite/ld-elf/sec-to-seg.exp: Likewise.
* emulparams/m88kbcs.sh: Delete.
* scripttempl/m88kbcs.sc: Delete.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/objdump.exp | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 27744d6..e025529 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ 2018-04-16 Alan Modra <amodra@gmail.com> + * MAINTAINERS (Mark Kettenis): Move to past maintainers. + * testsuite/binutils-all/objdump.exp: Remove m88k support. + +2018-04-16 Alan Modra <amodra@gmail.com> + * readelf.c: Remove i370 support. * testsuite/binutils-all/objdump.exp: Likewise. diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS index 052e282..056d113 100644 --- a/binutils/MAINTAINERS +++ b/binutils/MAINTAINERS @@ -97,7 +97,6 @@ responsibility among the other maintainers. M32R Doug Evans <dje@sebabeach.org> M68HC11 M68HC12 Stephane Carrez <Stephane.Carrez@gmail.com> M68HC11 M68HC12 Sean Keys <skeys@ipdatasys.com> - M88k Mark Kettenis <kettenis@gnu.org> MACH-O Tristan Gingold <tgingold@free.fr> MAXQ Inderpreet Singh <inderpreetb@noida.hcltech.com> MEP Dave Brolley <brolley@redhat.com> @@ -157,6 +156,7 @@ goes with them. Paul Brook Eric Christopher Jason Eckhardt + Mark Kettenis Mei Ligang Mark Mitchell Bernd Schmidt diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 6bbe652..0c13422 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -36,7 +36,7 @@ set got [binutils_run $OBJDUMP "$OBJDUMPFLAGS -i"] set cpus_expected [list] lappend cpus_expected aarch64 alpha am33-2 arc ARC700 ARCv2 arm cris lappend cpus_expected d10v d30v fr30 fr500 fr550 h8 hppa i386 iamcu ip2022 -lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k m88k MCore mep c5 h1 MicroBlaze +lappend cpus_expected m16c m32c m32r m68hc11 m68hc12 m68k MCore mep c5 h1 MicroBlaze lappend cpus_expected mips mn10200 mn10300 ms1 msp MSP430 nds32 n1h_v3 ns32k lappend cpus_expected or1k or1knd pj powerpc pyramid riscv romp rs6000 s390 sh sparc lappend cpus_expected tic54x tic80 tilegx tms320c30 tms320c4x tms320c54x |