mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
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.
This commit is contained in:
@ -97,11 +97,6 @@ TARGET64_LIBOPCODES_CFILES = \
|
|||||||
aarch64-opc-2.c \
|
aarch64-opc-2.c \
|
||||||
alpha-dis.c \
|
alpha-dis.c \
|
||||||
alpha-opc.c \
|
alpha-opc.c \
|
||||||
bpf-asm.c \
|
|
||||||
bpf-desc.c \
|
|
||||||
bpf-dis.c \
|
|
||||||
bpf-ibld.c \
|
|
||||||
bpf-opc.c \
|
|
||||||
ia64-dis.c \
|
ia64-dis.c \
|
||||||
ia64-opc.c \
|
ia64-opc.c \
|
||||||
loongarch-opc.c \
|
loongarch-opc.c \
|
||||||
@ -124,6 +119,11 @@ TARGET32_LIBOPCODES_CFILES = \
|
|||||||
arm-dis.c \
|
arm-dis.c \
|
||||||
avr-dis.c \
|
avr-dis.c \
|
||||||
bfin-dis.c \
|
bfin-dis.c \
|
||||||
|
bpf-asm.c \
|
||||||
|
bpf-desc.c \
|
||||||
|
bpf-dis.c \
|
||||||
|
bpf-ibld.c \
|
||||||
|
bpf-opc.c \
|
||||||
cgen-asm.c \
|
cgen-asm.c \
|
||||||
cgen-bitset.c \
|
cgen-bitset.c \
|
||||||
cgen-dis.c \
|
cgen-dis.c \
|
||||||
|
@ -488,11 +488,6 @@ TARGET64_LIBOPCODES_CFILES = \
|
|||||||
aarch64-opc-2.c \
|
aarch64-opc-2.c \
|
||||||
alpha-dis.c \
|
alpha-dis.c \
|
||||||
alpha-opc.c \
|
alpha-opc.c \
|
||||||
bpf-asm.c \
|
|
||||||
bpf-desc.c \
|
|
||||||
bpf-dis.c \
|
|
||||||
bpf-ibld.c \
|
|
||||||
bpf-opc.c \
|
|
||||||
ia64-dis.c \
|
ia64-dis.c \
|
||||||
ia64-opc.c \
|
ia64-opc.c \
|
||||||
loongarch-opc.c \
|
loongarch-opc.c \
|
||||||
@ -515,6 +510,11 @@ TARGET32_LIBOPCODES_CFILES = \
|
|||||||
arm-dis.c \
|
arm-dis.c \
|
||||||
avr-dis.c \
|
avr-dis.c \
|
||||||
bfin-dis.c \
|
bfin-dis.c \
|
||||||
|
bpf-asm.c \
|
||||||
|
bpf-desc.c \
|
||||||
|
bpf-dis.c \
|
||||||
|
bpf-ibld.c \
|
||||||
|
bpf-opc.c \
|
||||||
cgen-asm.c \
|
cgen-asm.c \
|
||||||
cgen-bitset.c \
|
cgen-bitset.c \
|
||||||
cgen-dis.c \
|
cgen-dis.c \
|
||||||
|
Reference in New Issue
Block a user