diff options
author | Jiong Wang <jiong.wang@arm.com> | 2017-05-22 09:50:29 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2017-05-22 13:27:56 +0100 |
commit | 9a6465c207ed4e34be92741316d78fc00f0836e4 (patch) | |
tree | 23d7ff420d61bbd1b71b94f75a4a809e507e9a00 /ld/ChangeLog | |
parent | 3c0367d0e2df21717b7345a1ccadef39183457ab (diff) | |
download | fsf-binutils-gdb-9a6465c207ed4e34be92741316d78fc00f0836e4.zip fsf-binutils-gdb-9a6465c207ed4e34be92741316d78fc00f0836e4.tar.gz fsf-binutils-gdb-9a6465c207ed4e34be92741316d78fc00f0836e4.tar.bz2 |
[AArch64, ld] Support ILP32 triplet aarch64*-linux-gnu_ilp32
This patch allows AArch64 LD defaulting to ILP32 if it is configured with
aarch64*-linux-gnu_ilp32.
ld/
* configure.tgt: Set "targ_emul" to "aarch64linux32b" for
aarch64_be-*-linux-gnu_ilp32. Set "targ_emul" to "aarch64linux32" for
aarch64-*-linux-gnu_ilp32.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index f6063f5..3bfd4ce 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-05-22 Jiong Wang <jiong.wang@arm.com> + + * configure.tgt: Set "targ_emul" to "aarch64linux32b" for + aarch64_be-*-linux-gnu_ilp32. Set "targ_emul" to "aarch64linux32" for + aarch64-*-linux-gnu_ilp32. + 2017-05-19 H.J. Lu <hongjiu.lu@intel.com> * testsuite/ld-i386/i386.exp: Run property-x86-4a and |