diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-16 12:13:05 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-16 15:57:59 +0930 |
commit | a435742a7fb32f6320ce0e6074e2500e28378104 (patch) | |
tree | ac7974c30b685a72bff1ca96d726144f97c0f264 /bfd/configure | |
parent | 9e790a80160676e7fd3fb8be6cf3c1c77d9ded81 (diff) | |
download | gdb-a435742a7fb32f6320ce0e6074e2500e28378104.zip gdb-a435742a7fb32f6320ce0e6074e2500e28378104.tar.gz gdb-a435742a7fb32f6320ce0e6074e2500e28378104.tar.bz2 |
Really remove tic30-aout support
bfd/
* aout-tic30.c: Delete file.
* Makefile.am (BFD32_BACKENDS): Remove aout-tic30.lo.
(BFD32_BACKENDS_CFILES): Remove aout-tic30.c.
* config.bfd (c30-*-*aout*, tic30-*-*aout*): Remove entry.
(xc16x-*-elf): Sort properly.
* configure.ac: Remove tic30_aout_vec.
* targets.c: Likewise.
* Makefile.in: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
gas/
* config/tc-tic30.h: Remove OBJ_AOUT support.
* configure.tgt: Delete tic30-*-*aout* entry.
ld/
* emulparams/tic30aout.sh: Delete file.
* scripttempl/tic30aout.sc: Delete file.
* Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
delete dependency.
* configure.tgt: Delete tic30-*-*aout* entry.
* testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
* testsuite/ld-scripts/segment-start.d: Likewise.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'bfd/configure')
-rwxr-xr-x | bfd/configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/configure b/bfd/configure index 59b867b..492cbc3 100755 --- a/bfd/configure +++ b/bfd/configure @@ -14904,7 +14904,6 @@ do sparc_elf64_sol2_vec) tb="$tb elf64-sparc.lo elfxx-sparc.lo elf-vxworks.lo elf64.lo $elf"; target_size=64 ;; spu_elf32_vec) tb="$tb elf32-spu.lo elf32.lo $elf" ;; sym_vec) tb="$tb xsym.lo" ;; - tic30_aout_vec) tb="$tb aout-tic30.lo" ;; tic30_coff_vec) tb="$tb coff-tic30.lo $coffgen" ;; tic4x_coff0_vec) tb="$tb coff-tic4x.lo $coffgen" ;; tic4x_coff0_beh_vec) tb="$tb coff-tic4x.lo $coffgen" ;; |