aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2020-05-20 18:31:39 -0700
committerH.J. Lu <hjl.tools@gmail.com>2020-05-24 04:47:46 -0700
commitbb68f22c8e648032a0d1c1d17353eec599ff5e6a (patch)
tree1fc263456d051a8cc7f2913664b4f9e3b8356666 /ld/ChangeLog
parent309cae1f7bbb6c4de0234e9f592d7dad3d6c61ba (diff)
downloadgdb-bb68f22c8e648032a0d1c1d17353eec599ff5e6a.zip
gdb-bb68f22c8e648032a0d1c1d17353eec599ff5e6a.tar.gz
gdb-bb68f22c8e648032a0d1c1d17353eec599ff5e6a.tar.bz2
ld: Handle --dynamic-list* before -Bsymbolic -Bsymbolic-functions
--dynamic-list* should work both before and after -Bsymbolic and -Bsymbolic-functions. PR ld/26018 * lexsup.c (parse_args): Simplify. * testsuite/ld-elf/dl4e.out: New. * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
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 0a2efa1..533685b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-24 Fangrui Song <maskray@google.com>
+
+ PR ld/26018
+ * lexsup.c (parse_args): Simplify.
+ * testsuite/ld-elf/dl4e.out: New.
+ * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
+
2020-05-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/26018