mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Move TILE-Gx files to TARGET64_LIBOPCODES_CFILES
TILE-Gx is a 64-bit core, so we should include those files in the TARGET64_LIBOPCODES_CFILES as opposed to TARGET32_LIBOPCODES_CFILES.
This commit is contained in:
@ -115,7 +115,9 @@ TARGET64_LIBOPCODES_CFILES = \
|
|||||||
mmix-opc.c \
|
mmix-opc.c \
|
||||||
nfp-dis.c \
|
nfp-dis.c \
|
||||||
riscv-dis.c \
|
riscv-dis.c \
|
||||||
riscv-opc.c
|
riscv-opc.c \
|
||||||
|
tilegx-dis.c \
|
||||||
|
tilegx-opc.c
|
||||||
|
|
||||||
TARGET32_LIBOPCODES_CFILES = \
|
TARGET32_LIBOPCODES_CFILES = \
|
||||||
arc-dis.c \
|
arc-dis.c \
|
||||||
@ -252,8 +254,6 @@ TARGET32_LIBOPCODES_CFILES = \
|
|||||||
tic54x-dis.c \
|
tic54x-dis.c \
|
||||||
tic54x-opc.c \
|
tic54x-opc.c \
|
||||||
tic6x-dis.c \
|
tic6x-dis.c \
|
||||||
tilegx-dis.c \
|
|
||||||
tilegx-opc.c \
|
|
||||||
tilepro-dis.c \
|
tilepro-dis.c \
|
||||||
tilepro-opc.c \
|
tilepro-opc.c \
|
||||||
v850-dis.c \
|
v850-dis.c \
|
||||||
|
@ -507,7 +507,9 @@ TARGET64_LIBOPCODES_CFILES = \
|
|||||||
mmix-opc.c \
|
mmix-opc.c \
|
||||||
nfp-dis.c \
|
nfp-dis.c \
|
||||||
riscv-dis.c \
|
riscv-dis.c \
|
||||||
riscv-opc.c
|
riscv-opc.c \
|
||||||
|
tilegx-dis.c \
|
||||||
|
tilegx-opc.c
|
||||||
|
|
||||||
TARGET32_LIBOPCODES_CFILES = \
|
TARGET32_LIBOPCODES_CFILES = \
|
||||||
arc-dis.c \
|
arc-dis.c \
|
||||||
@ -644,8 +646,6 @@ TARGET32_LIBOPCODES_CFILES = \
|
|||||||
tic54x-dis.c \
|
tic54x-dis.c \
|
||||||
tic54x-opc.c \
|
tic54x-opc.c \
|
||||||
tic6x-dis.c \
|
tic6x-dis.c \
|
||||||
tilegx-dis.c \
|
|
||||||
tilegx-opc.c \
|
|
||||||
tilepro-dis.c \
|
tilepro-dis.c \
|
||||||
tilepro-opc.c \
|
tilepro-opc.c \
|
||||||
v850-dis.c \
|
v850-dis.c \
|
||||||
|
Reference in New Issue
Block a user