diff options
author | Alan Modra <amodra@gmail.com> | 2018-04-16 15:24:43 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-04-16 15:24:43 +0930 |
commit | 04cb01fd5a3bc167ae26486bbc2bf941e96ad805 (patch) | |
tree | b7f71cd3f917db13548bed31087b8f7d46682301 /bfd/configure | |
parent | c2bf1eecf99abc4d546bb52a008a25e64a29d85e (diff) | |
download | gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.zip gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.gz gdb-04cb01fd5a3bc167ae26486bbc2bf941e96ad805.tar.bz2 |
Remove we32k support
include/
* coff/we32k.h: Delete.
bfd/
* Makefile.am: Remove we32k support.
* archures.c: Likewise.
* coffcode.h: Likewise.
* config.bfd: Likewise.
* configure.ac: Likewise.
* targets.c: Likewise.
* coff-we32k.c: Delete.
* cpu-we32k.c: Delete.
* Makefile.in: Regenerate.
* bfd-in2.h: Regenerate.
* configure: Regenerate.
* po/SRC-POTFILES.in: Regenerate.
opcodes/
* configure.ac: Remove we32k support.
* configure: Regenerate.
bintuils/
* testsuite/binutils-all/objdump.exp: Remove we32k support.
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 8b40c1d..c8d6b21 100755 --- a/bfd/configure +++ b/bfd/configure @@ -14628,7 +14628,6 @@ do w65_coff_vec) tb="$tb coff-w65.lo reloc16.lo $coffgen" ;; wasm_vec) tb="$tb wasm-module.lo" ;; wasm32_elf32_vec) tb="$tb elf32-wasm32.lo elf32.lo $elf" ;; - we32k_coff_vec) tb="$tb coff-we32k.lo $coffgen" ;; x86_64_coff_vec) tb="$tb coff-x86_64.lo $coff"; target_size=64 ;; x86_64_elf32_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;; x86_64_elf32_nacl_vec) tb="$tb elf64-x86-64.lo elfxx-x86.lo elf-ifunc.lo elf-nacl.lo elf64.lo elf32.lo $elf"; target_size=64 ;; |