aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-08-01 18:59:03 +0930
committerAlan Modra <amodra@gmail.com>2018-08-01 19:06:37 +0930
commita67ae9b01af7eb2b1f8e5c517338a4b12167ce40 (patch)
tree77907610c40d0931e752aa4331248810df0ea4b2 /ld/ChangeLog
parent1aa4214141d30f99f941266a3bedbc332d674c04 (diff)
downloadgdb-a67ae9b01af7eb2b1f8e5c517338a4b12167ce40.zip
gdb-a67ae9b01af7eb2b1f8e5c517338a4b12167ce40.tar.gz
gdb-a67ae9b01af7eb2b1f8e5c517338a4b12167ce40.tar.bz2
Re: PowerPC64 __tls_get_addr_opt stub .eh_frame fix
The modified test failed on some powerpc targets due to differences in default hash style. If the default hash style is both, then more sections are created, bumping section ids. Section id is used in stub symbols and although the test is careful to not depend on id in labels, the stub hash traversal order changes when stub names change. That lead to the stubs being emitted in a different order and thus not matching expected output. * testsuite/ld-powerpc/powerpc.exp: Run tlsopt5 with hash-style specified.
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 73e57b3..93b3f67 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2018-08-01 Alan Modra <amodra@gmail.com>
+ * testsuite/ld-powerpc/powerpc.exp: Run tlsopt5 with hash-style
+ specified.
+
+2018-08-01 Alan Modra <amodra@gmail.com>
+
* testsuite/ld-powerpc/powerpc.exp: Run tlsopt5 with plt alignment.
* testsuite/ld-powerpc/tlsopt5.s: Add extra call.
* testsuite/ld-powerpc/tlsopt5.wf: Adjust expected output.