diff options
author | Nick Clifton <nickc@redhat.com> | 2018-06-12 13:22:24 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-06-12 13:22:24 +0100 |
commit | 212b9bc7b4cfa7702005928dc3bffb3ba3a6e19a (patch) | |
tree | 0668a18b780f783bb162bdbfc2afb1fabcf95ce6 /ld/ChangeLog | |
parent | d89c18895bfdbf092ff34fd7c593cdab4105b5cc (diff) | |
download | gdb-212b9bc7b4cfa7702005928dc3bffb3ba3a6e19a.zip gdb-212b9bc7b4cfa7702005928dc3bffb3ba3a6e19a.tar.gz gdb-212b9bc7b4cfa7702005928dc3bffb3ba3a6e19a.tar.bz2 |
Fix the PR22983 test so that it will work regardless of the order of the symbols in the dynamic symbol table.
See email thread starting here for more details:
https://sourceware.org/ml/binutils/2018-06/msg00036.html
PR 22983
* testsuite/ld-plugin/lto.exp: Use individual tests to check for
the presence of each expected symbol.
* testsuite/ld-plugin/pr22983.1.d: New file.
* testsuite/ld-plugin/pr22983.2.d: New file.
* testsuite/ld-plugin/pr22983.3.d: New file.
* testsuite/ld-plugin/pr22983.4.d: New file.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d8e6a3f..25522c1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2018-06-12 Nick Clifton <nickc@redhat.com> + PR 22983 + * testsuite/ld-plugin/lto.exp: Use individual tests to check for + the presence of each expected symbol. + * testsuite/ld-plugin/pr22983.1.d: New file. + * testsuite/ld-plugin/pr22983.2.d: New file. + * testsuite/ld-plugin/pr22983.3.d: New file. + * testsuite/ld-plugin/pr22983.4.d: New file. + * emulparams/aarch64elf.sh (OTHER_BSS_END_SYMBOLS): Make the definition of the __bss_end__ symbol conditional upon CREATE_SHLIB. |