diff options
author | Luis Machado <luis.machado@arm.com> | 2022-05-03 15:07:26 +0100 |
---|---|---|
committer | Luis Machado <luis.machado@arm.com> | 2022-05-05 10:03:39 +0100 |
commit | 8e1ada9e0bd4f57597b835b2d09b100d24c604d8 (patch) | |
tree | 1264dc7d2f7692cb110155ecc15a20f290c0ca90 /opcodes | |
parent | e4e883c09b0f1476831fb0969645063a0c8c7d90 (diff) | |
download | fsf-binutils-gdb-8e1ada9e0bd4f57597b835b2d09b100d24c604d8.zip fsf-binutils-gdb-8e1ada9e0bd4f57597b835b2d09b100d24c604d8.tar.gz fsf-binutils-gdb-8e1ada9e0bd4f57597b835b2d09b100d24c604d8.tar.bz2 |
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.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.am | 6 | ||||
-rw-r--r-- | opcodes/Makefile.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index afd19fa..10ea336 100644 --- a/opcodes/Makefile.am +++ b/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 \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 3ab8bfb..b8545a0 100644 --- a/opcodes/Makefile.in +++ b/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 \ |