Don't compile some opcodes files when bfd is 32-bit only
authorAlan Modra <amodra@gmail.com>
Fri, 12 Nov 2021 08:25:45 +0000 (18:55 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 12 Nov 2021 08:32:12 +0000 (19:02 +1030)
commit0b32f05baccc6e1ab7f74a55254c5db86e22522b
treeea261edea58457c3dab7a8a1ef0f1bd5211cbb28
parentbe472decb251e0a27edf4575e054cce107956d26
Don't compile some opcodes files when bfd is 32-bit only

* Makefile.am (TARGET_LIBOPCODES_CFILES): Split into..
(TARGET64_LIBOPCODES_CFILES): ..this and..
(TARGET32_LIBOPCODES_CFILES): ..this.
(ALL_MACHINES): Likewise split to
(ALL64_MACHINES, ALL32_MACHINES): ..this.
* disassemble.c: Define some ARCH_* when ARCH_all only if BFD64.
* configure.ac (BFD_MACHINES): Defined depending on BFD_ARCH_SIZE.
* Makefile.in: Regenerate.
* configure: Regenerate.
opcodes/Makefile.am
opcodes/Makefile.in
opcodes/configure
opcodes/configure.ac
opcodes/disassemble.c