[binutils-gdb] Revert "Re: Don't compile some opcodes files when bfd is 32-bit only"

Alan Modra amodra@sourceware.org
Fri Dec 3 00:04:53 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=64c3be74297f5d65b1712bb1a1073ed91277c636

commit 64c3be74297f5d65b1712bb1a1073ed91277c636
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Dec 2 19:32:57 2021 +1030

    Revert "Re: Don't compile some opcodes files when bfd is 32-bit only"
    
    This reverts commit 7a53275579e7cec9389ccb924f5ecf69e8d89d41.
    The bpf sim doesn't work with a 32-bit bfd after all.

Diff:
---
 opcodes/Makefile.am | 10 +++++-----
 opcodes/Makefile.in | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 0f867412845..24f27d6e954 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -97,6 +97,11 @@ 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 \
@@ -119,11 +124,6 @@ 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 b782b3a8783..eb5306eaf16 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -488,6 +488,11 @@ 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 \
@@ -510,11 +515,6 @@ 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 \


More information about the Binutils-cvs mailing list