diff options
author | Alan Modra <amodra@gmail.com> | 2018-01-30 22:11:00 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-01-30 22:13:43 +1030 |
commit | 040b4a9eb8430dc5e0fc657da88b08ab730b97ee (patch) | |
tree | 75d91f65f3b3111927a2c096494f5ec80ed8f525 /ld/ChangeLog | |
parent | 76cb3a89a6615cf3418fa1efe8268bf6673a5c8a (diff) | |
download | gdb-040b4a9eb8430dc5e0fc657da88b08ab730b97ee.zip gdb-040b4a9eb8430dc5e0fc657da88b08ab730b97ee.tar.gz gdb-040b4a9eb8430dc5e0fc657da88b08ab730b97ee.tar.bz2 |
Add --gc-sections test checking removal of __start/__stop symbols.
Well, just __stop__foo but that should be good enough.
* testsuite/ld-gc/stop.d,
* testsuite/ld-gc/stop.s: New test.
* testsuite/ld-gc/gc.exp: Run it.
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 83c9689..f29d51a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2018-01-30 Alan Modra <amodra@gmail.com> + + * testsuite/ld-gc/stop.d, + * testsuite/ld-gc/stop.s: New test. + * testsuite/ld-gc/gc.exp: Run it. + 2018-01-30 Maciej W. Rozycki <macro@mips.com> PR ld/22649 |