aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-10-23 18:16:49 +0100
committerNick Clifton <nickc@redhat.com>2017-10-23 18:16:49 +0100
commit66cae56016a12f7cbdc94be6f82c1cad1c59b521 (patch)
treea89554827cf870a421e3af26f6b7d6c389abefe4 /ld/ChangeLog
parentfe4e2a3c9281851c9da99a6e36a2bc96e4279476 (diff)
downloadgdb-66cae56016a12f7cbdc94be6f82c1cad1c59b521.zip
gdb-66cae56016a12f7cbdc94be6f82c1cad1c59b521.tar.gz
gdb-66cae56016a12f7cbdc94be6f82c1cad1c59b521.tar.bz2
Make sure that undefined symbols added to the linker command line via the -u option appear in the output executable, if they have not been resolved.
PR 22319 bfd * elflink.c (elf_link_output_extsym): Keep global undefined symbols if they have been marked as needed. ld * testsuite/ld-elf/pr22310.s: New test source file. * testsuite/ld-elf/pr22310.d: New test driver. * testsuite/ld-mmix/undef-3.d: Update expected output from readelf.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 041778e..24b6fa4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2017-10-23 Nick Clifton <nickc@redhat.com>
+
+ PR 22310
+ * testsuite/ld-elf/pr22310.s: New test source file.
+ * testsuite/ld-elf/pr22310.d: New test driver.
+ * testsuite/ld-mmix/undef-3.d: Update expected output from readelf.
+
2017-10-21 Hans-Peter Nilsson <hp@axis.com>
PR ld/21233