mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +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 \
|
||||
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 \
|
||||
|
@ -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 \
|
||||
|
Reference in New Issue
Block a user