diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-18 15:39:34 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-18 17:09:50 +0930 |
commit | 3596d8ceb2cdc35b4fd702ee9daace5a2d880174 (patch) | |
tree | 0cc746d6839ab99473428db7447aefdbc67948bd /bfd/ChangeLog | |
parent | d9dd20453a5e1ace27b71c66ca2b92f49c7271c2 (diff) | |
download | gdb-3596d8ceb2cdc35b4fd702ee9daace5a2d880174.zip gdb-3596d8ceb2cdc35b4fd702ee9daace5a2d880174.tar.gz gdb-3596d8ceb2cdc35b4fd702ee9daace5a2d880174.tar.bz2 |
Remove mips aout, coff, and pe support
include/coff/mips.h needs to stay for ecoff debug support.
include/
* coff/mipspe.h: Delete.
bfd/
* Makefile.am: Remove mips aout, coff, and pe support.
* config.bfd: Likewise.
* configure.ac: Likewise.
* targets.c: Likewise.
* coff-mips.c: Delete
* mipsbsd.c: Delete
* pe-mips.c: Delete
* pei-mips.c: Delete
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b377bd3..e72a2f6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +2018-04-18 Alan Modra <amodra@gmail.com> + + * Makefile.am: Remove mips aout and coff support. + * config.bfd: Likewise. + * configure.ac: Likewise. + * targets.c: Likewise. + * coff-mips.c: Delete + * mipsbsd.c: Delete + * pe-mips.c: Delete + * pei-mips.c: Delete + * Makefile.in: Regenerate. + * configure: Regenerate. + * po/SRC-POTFILES.in: Regenerate. + 2018-04-17 H.J. Lu <hongjiu.lu@intel.com> * elf32-i386.c (elf32_bed): Define before including |