Since elfxx-x86.lo needs elf64-x86-64.lo with 64-bit BFD now, add
elf64-x86-64.lo together with elfxx-x86.lo to bfd_backends for 64-bit
BFD.
* configure.ac (bfd_backends): Add elf64-x86-64.lo together
with elfxx-x86.lo for 64-bit BFD.
* configure: Regenerated.
2017-09-02 H.J. Lu <hongjiu.lu@intel.com>
+ * configure.ac (bfd_backends): Add elf64-x86-64.lo together
+ with elfxx-x86.lo for 64-bit BFD.
+ * configure: Regenerated.
+
+2017-09-02 H.J. Lu <hongjiu.lu@intel.com>
+
* elfxx-x86.h (elf_x86_link_hash_table): Rearrange fields and
update comments.
;;
esac
-# elfxx-x86.lo needs elf64.lo with 64-bit BFD.
+# elfxx-x86.lo needs elf64-x86-64.lo and elf64.lo with 64-bit BFD.
case "${bfd_backends}-${wordsize}" in
*elfxx-x86.lo*-64*)
- bfd_backends="${bfd_backends} elf64.lo"
+ bfd_backends="${bfd_backends} elf64-x86-64.lo elf64.lo"
;;
esac
;;
esac
-# elfxx-x86.lo needs elf64.lo with 64-bit BFD.
+# elfxx-x86.lo needs elf64-x86-64.lo and elf64.lo with 64-bit BFD.
case "${bfd_backends}-${wordsize}" in
*elfxx-x86.lo*-64*)
- bfd_backends="${bfd_backends} elf64.lo"
+ bfd_backends="${bfd_backends} elf64-x86-64.lo elf64.lo"
;;
esac