aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-06-24 11:20:53 +0930
committerAlan Modra <amodra@gmail.com>2016-06-24 23:05:48 +0930
commit78da3bc1eeb8ed227f86154ef915635fe9047a64 (patch)
tree710952e28ad7f10a1c0543ecdc3d72045537695f /ld/ChangeLog
parent5c0ff16372013f4865230b90344eff39c14fdc43 (diff)
downloadgdb-78da3bc1eeb8ed227f86154ef915635fe9047a64.zip
gdb-78da3bc1eeb8ed227f86154ef915635fe9047a64.tar.gz
gdb-78da3bc1eeb8ed227f86154ef915635fe9047a64.tar.bz2
aarch64 ld testsuite
Fixes failure on aarch64-rtems. * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul): Don't error out, always return an emulation.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e829529..50adaee 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-24 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul):
+ Don't error out, always return an emulation.
+
2016-06-24 Dilyan Palauzov <dilyan.palauzov@aegee.org>
H.J. Lu <hongjiu.lu@intel.com>