aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2021-11-18 18:51:11 +1030
committerAlan Modra <amodra@gmail.com>2021-11-18 18:55:16 +1030
commit7a53275579e7cec9389ccb924f5ecf69e8d89d41 (patch)
tree19d12cf2345f30674ef51e6d79c13f1e81d5bd9c /opcodes
parent2cd93e7081167a002e568f03a72feabd7f187820 (diff)
downloadgdb-7a53275579e7cec9389ccb924f5ecf69e8d89d41.zip
gdb-7a53275579e7cec9389ccb924f5ecf69e8d89d41.tar.gz
gdb-7a53275579e7cec9389ccb924f5ecf69e8d89d41.tar.bz2
Re: Don't compile some opcodes files when bfd is 32-bit only
Put bpf back in the 32-bit targets, even though bpf requires a 64-bit bfd. bpf sim support apparently works without being 64-bit. * Makefile.am (TARGET64_LIBOPCODES_CFILES): Move bpf files.. (TARGET32_LIBOPCODES_CFILES): ..to here. * Makefile.in: Regenerate.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/Makefile.am10
-rw-r--r--opcodes/Makefile.in10
2 files changed, 10 insertions, 10 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index ab7072c..cf1be90 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -97,11 +97,6 @@ TARGET64_LIBOPCODES_CFILES = \
aarch64-opc-2.c \
alpha-dis.c \
alpha-opc.c \
- bpf-asm.c \
- bpf-desc.c \
- bpf-dis.c \
- bpf-ibld.c \
- bpf-opc.c \
ia64-dis.c \
ia64-opc.c \
loongarch-opc.c \
@@ -124,6 +119,11 @@ TARGET32_LIBOPCODES_CFILES = \
arm-dis.c \
avr-dis.c \
bfin-dis.c \
+ bpf-asm.c \
+ bpf-desc.c \
+ bpf-dis.c \
+ bpf-ibld.c \
+ bpf-opc.c \
cgen-asm.c \
cgen-bitset.c \
cgen-dis.c \
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 59ed0d2..8ec0337 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -488,11 +488,6 @@ TARGET64_LIBOPCODES_CFILES = \
aarch64-opc-2.c \
alpha-dis.c \
alpha-opc.c \
- bpf-asm.c \
- bpf-desc.c \
- bpf-dis.c \
- bpf-ibld.c \
- bpf-opc.c \
ia64-dis.c \
ia64-opc.c \
loongarch-opc.c \
@@ -515,6 +510,11 @@ TARGET32_LIBOPCODES_CFILES = \
arm-dis.c \
avr-dis.c \
bfin-dis.c \
+ bpf-asm.c \
+ bpf-desc.c \
+ bpf-dis.c \
+ bpf-ibld.c \
+ bpf-opc.c \
cgen-asm.c \
cgen-bitset.c \
cgen-dis.c \