Revert "Re: Don't compile some opcodes files when bfd is 32-bit only"
authorAlan Modra <amodra@gmail.com>
Thu, 2 Dec 2021 09:02:57 +0000 (19:32 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 3 Dec 2021 00:03:59 +0000 (10:33 +1030)
This reverts commit 7a53275579e7cec9389ccb924f5ecf69e8d89d41.
The bpf sim doesn't work with a 32-bit bfd after all.

opcodes/Makefile.am
opcodes/Makefile.in

index 0f867412845c60f83f32c0b28ec6acf6b1721769..24f27d6e954cf42c6d87bb2329af4e0d17fd765f 100644 (file)
@@ -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 \
index b782b3a878386806c1d1c226d0136b6e736f2182..eb5306eaf1604d62a0b5b067af9cf03137913e51 100644 (file)
@@ -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 \