diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 12:11:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-23 19:14:17 +0000 |
commit | 9e76c212e6311abaee4d02473473f7d6dcad972f (patch) | |
tree | 25b247c7de7d40bd22ad8ae3d7b0bd681d9e0d3c /opcodes/aclocal.m4 | |
parent | 5b362f04b2a56d446b024027963be52d61f939cb (diff) | |
download | gdb-9e76c212e6311abaee4d02473473f7d6dcad972f.zip gdb-9e76c212e6311abaee4d02473473f7d6dcad972f.tar.gz gdb-9e76c212e6311abaee4d02473473f7d6dcad972f.tar.bz2 |
opcodes: Use autoconf to check for `bfd_mips_elf_get_abiflags' in BFD
Fix a regression introduced with commit 5e7fc731f80e ("MIPS/opcodes:
Also set disassembler's ASE flags from ELF structures"), further updated
with commit 4df995c77118 ("MIPS/opcodes: Also set disassembler's ASE
flags from ELF structures"), and use autoconf to check for the presence
of `bfd_mips_elf_get_abiflags' in BFD.
opcodes/
* mips-dis.c (set_default_mips_dis_options): Use
HAVE_BFD_MIPS_ELF_GET_ABIFLAGS rather than BFD64 to guard the
call to `bfd_mips_elf_get_abiflags'.
* configure.ac: Check for `bfd_mips_elf_get_abiflags' in BFD.
* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add `libbfd.la'.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/aclocal.m4')
-rw-r--r-- | opcodes/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/aclocal.m4 b/opcodes/aclocal.m4 index 7e5b3d2..3c2c69d 100644 --- a/opcodes/aclocal.m4 +++ b/opcodes/aclocal.m4 @@ -990,6 +990,7 @@ AC_SUBST([am__untar]) m4_include([../bfd/acinclude.m4]) m4_include([../bfd/warning.m4]) +m4_include([../config/acinclude.m4]) m4_include([../config/acx.m4]) m4_include([../config/depstand.m4]) m4_include([../config/gettext-sister.m4]) |