]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add elf64-x86-64.lo together with elfxx-x86.lo for 64-bit BFD
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2017 05:04:27 +0000 (22:04 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 3 Sep 2017 05:04:27 +0000 (22:04 -0700)
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.

bfd/ChangeLog
bfd/configure
bfd/configure.ac

index c9a78ceb72554997d9765fe35503cbe425c9f789..4462553c2ad6ff2d5780045e146c7d20e9a058d9 100644 (file)
@@ -1,3 +1,9 @@
+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
index dce88a112002345313d418df00b5fdc390676420..f555c62ae02a56608ce2638ccf13bd1bfde1fed8 100755 (executable)
@@ -14758,10 +14758,10 @@ rm -f conftest*
     ;;
 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
 
index 3f2cedfd6359957cb5224a769490c04f48ef08c9..1930a41406145fc93cb5de3c48cd12a4e7d5e964 100644 (file)
@@ -825,10 +825,10 @@ case ${host64}-${target64}-${want64} in
     ;;
 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