aboutsummaryrefslogtreecommitdiff
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
commit05567e3d0b0f3d8811997497aca9cde51100c9ec (patch)
tree91fafbf48956181bb734df237680b91bf85685c9 /ld/ChangeLog
parent3cf62c1d5c6456a65214498f311bdb7d2a796567 (diff)
downloadgdb-05567e3d0b0f3d8811997497aca9cde51100c9ec.zip
gdb-05567e3d0b0f3d8811997497aca9cde51100c9ec.tar.gz
gdb-05567e3d0b0f3d8811997497aca9cde51100c9ec.tar.bz2
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 5032437..5014b5f 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.