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/bfd-in2.h | |
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/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index aa804d7..9ebe628 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2092,7 +2092,6 @@ enum bfd_architecture #define bfd_mach_iamcu (1 << 8) #define bfd_mach_i386_iamcu (bfd_mach_i386_i386 | bfd_mach_iamcu) #define bfd_mach_i386_iamcu_intel_syntax (bfd_mach_i386_iamcu | bfd_mach_i386_intel_syntax) - bfd_arch_we32k, /* AT&T WE32xxx. */ bfd_arch_romp, /* IBM ROMP PC/RT. */ bfd_arch_convex, /* Convex. */ bfd_arch_m98k, /* Motorola 98xxx. */ |