aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-01-31 05:10:40 -0800
committerH.J. Lu <hjl.tools@gmail.com>2018-01-31 05:10:53 -0800
commit823143c6ca8ef4267e67ba03771991e08d09fabd (patch)
treedb64563589a5f1577c0dfeaab5ffdef9a7a0ee83 /ld/ChangeLog
parentbea298f9547372e6cb7854fabc2c0646e1d3d9be (diff)
downloadgdb-823143c6ca8ef4267e67ba03771991e08d09fabd.zip
gdb-823143c6ca8ef4267e67ba03771991e08d09fabd.tar.gz
gdb-823143c6ca8ef4267e67ba03771991e08d09fabd.tar.bz2
Check if __start/__stop symbols are referenced by shared objects
Define __start/__stop symbols if they are referenced by shared objects, not if they are also defined in shared objects. bfd/ PR ld/21964 * elflink.c (bfd_elf_define_start_stop): Check if __start and __stop symbols are referenced by shared objects. ld/ PR ld/21964 * testsuite/ld-elf/pr21964-4.c: New file. * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f29d51a..67e29b9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-31 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/21964
+ * testsuite/ld-elf/pr21964-4.c: New file.
+ * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
+
2018-01-30 Alan Modra <amodra@gmail.com>
* testsuite/ld-gc/stop.d,