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.
This commit is contained in:
parent
6793974daa
commit
c2bf1eecf9
53 changed files with 90 additions and 2162 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue