Browse Source

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.
binutils-2_39-branch
Luis Machado 4 years ago
parent
commit
8e1ada9e0b
  1. 6
      opcodes/Makefile.am
  2. 6
      opcodes/Makefile.in

6
opcodes/Makefile.am

@ -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 \

6
opcodes/Makefile.in

@ -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 \

Loading…
Cancel
Save