Re: Don't compile some opcodes files when bfd is 32-bit only
authorAlan Modra <amodra@gmail.com>
Thu, 18 Nov 2021 08:21:11 +0000 (18:51 +1030)
committerAlan Modra <amodra@gmail.com>
Thu, 18 Nov 2021 08:25:16 +0000 (18:55 +1030)
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.

opcodes/Makefile.am
opcodes/Makefile.in

index ab7072c0249189ed5482d89f64b6751f234d5826..cf1be9003837e1060de7014eeb6ecd372496a698 100644 (file)
@@ -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 \
index 59ed0d2c81fd01b3402d1822cd83dadd7f08b49a..8ec03373c6f29520f9a1a2fdf6389423f48b1965 100644 (file)
@@ -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 \