]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Move TILE-Gx files to TARGET64_LIBOPCODES_CFILES
authorLuis Machado <luis.machado@arm.com>
Tue, 3 May 2022 14:07:26 +0000 (15:07 +0100)
committerLuis Machado <luis.machado@arm.com>
Thu, 5 May 2022 09:03:39 +0000 (10:03 +0100)
TILE-Gx is a 64-bit core, so we should include those files in the
TARGET64_LIBOPCODES_CFILES as opposed to TARGET32_LIBOPCODES_CFILES.

opcodes/Makefile.am
opcodes/Makefile.in

index afd19fa7785aeb053ab7513f6eed18fbe7d5a3f0..10ea3368d7fae0f1fbd959d3a631b3414f4781fe 100644 (file)
@@ -115,7 +115,9 @@ TARGET64_LIBOPCODES_CFILES = \
        mmix-opc.c \
        nfp-dis.c \
        riscv-dis.c \
-       riscv-opc.c
+       riscv-opc.c \
+       tilegx-dis.c \
+       tilegx-opc.c
 
 TARGET32_LIBOPCODES_CFILES = \
        arc-dis.c \
@@ -252,8 +254,6 @@ TARGET32_LIBOPCODES_CFILES = \
        tic54x-dis.c \
        tic54x-opc.c \
        tic6x-dis.c \
-       tilegx-dis.c \
-       tilegx-opc.c \
        tilepro-dis.c \
        tilepro-opc.c \
        v850-dis.c \
index 3ab8bfb0548bfc801dcd38514df6d99c095a478b..b8545a0fa82bf39318eba3b23b4598b61eb1c91e 100644 (file)
@@ -507,7 +507,9 @@ TARGET64_LIBOPCODES_CFILES = \
        mmix-opc.c \
        nfp-dis.c \
        riscv-dis.c \
-       riscv-opc.c
+       riscv-opc.c \
+       tilegx-dis.c \
+       tilegx-opc.c
 
 TARGET32_LIBOPCODES_CFILES = \
        arc-dis.c \
@@ -644,8 +646,6 @@ TARGET32_LIBOPCODES_CFILES = \
        tic54x-dis.c \
        tic54x-opc.c \
        tic6x-dis.c \
-       tilegx-dis.c \
-       tilegx-opc.c \
        tilepro-dis.c \
        tilepro-opc.c \
        v850-dis.c \