diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-23 14:44:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-23 14:44:04 -0700 |
commit | 4a8f9fc2b2467ae8bcfb75392c10fde5a0053740 (patch) | |
tree | 2747534b2664e7d64e79403ce36cee51f0c07536 /ld/ChangeLog | |
parent | 2739ef6db8e9a152f7b0ef8d012b394eb41a5dc5 (diff) | |
download | gdb-4a8f9fc2b2467ae8bcfb75392c10fde5a0053740.zip gdb-4a8f9fc2b2467ae8bcfb75392c10fde5a0053740.tar.gz gdb-4a8f9fc2b2467ae8bcfb75392c10fde5a0053740.tar.bz2 |
i386: Don't add elf32_x86_64 to supported emulations
For 32-bit BFD, since elf64-x86-64.o isn't compiled in, "-m elf32_x86_64"
never worked. Don't add elf32_x86_64 to supported emulations with 32-bit
BFD.
* configure.tgt (i[3-7]86-*-linux-*): Move elf32_x86_64 from
targ_extra_libpath to targ64_extra_libpath.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 24b6fa4..ac96579 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-10-23 H.J. Lu <hongjiu.lu@intel.com> + + * configure.tgt (i[3-7]86-*-linux-*): Move elf32_x86_64 from + targ_extra_libpath to targ64_extra_libpath. + 2017-10-23 Nick Clifton <nickc@redhat.com> PR 22310 |