summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-04-24 18:58:14 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-04-24 18:58:14 +0000
commit50c5c0c6101234ad77b7e53a6e44f70c8a58ec83 (patch)
treed3b60005c188686bee183a0b6b13283b16fa2a01 /ld/ChangeLog
parent573806f5a9cf2760050f55318b1fca28222d72f9 (diff)
downloadbinutils-redhat-50c5c0c6101234ad77b7e53a6e44f70c8a58ec83.tar.gz
Enable x32 for x86_64-*-elf*
This patch enables x32 for x86_64-*-elf* for embedded target and disables rex tests since it uses '/' as prefix separator which is `\' for x86_64-*-elf*. bfd/ * config.bfd (targ_selvecs): Add bfd_elf32_x86_64_vec for x86_64-*-elf*. gas/testsuite/ * gas/i386/rex.d: Skip x86_64-*-elf*. * gas/i386/ilp32/rex.d: Likewise. ld/ * configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for x86_64-*-elf*. (targ_extra_libpath): Likewise. (tdir_elf_i386): Replace x86_64 with i386 for x86_64-*-elf*.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5032437234..5014b5f91c 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2013-04-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure.tgt (targ_extra_emuls): Adds elf32_x86_64 for
+ x86_64-*-elf*.
+ (targ_extra_libpath): Likewise.
+ (tdir_elf_i386): Replace x86_64 with i386 for x86_64-*-elf*.
+
2013-04-24 Yufeng Zhang <yufeng.zhang@arm.com>
* emulparams/aarch64elf.sh: Define ELFSIZE=64.