aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2021-05-11 23:10:45 -0700
committerAlan Modra <amodra@gmail.com>2021-05-13 12:53:49 +0930
commitcf893b0ef7482ec11df3787772f35e820ef2592a (patch)
tree77832443e8f794f951b402a1824b2151d107f999 /ld/NEWS
parent4863cddb5079ce34007c5bebc0315b8eddb9ef6d (diff)
downloadbinutils-cf893b0ef7482ec11df3787772f35e820ef2592a.zip
binutils-cf893b0ef7482ec11df3787772f35e820ef2592a.tar.gz
binutils-cf893b0ef7482ec11df3787772f35e820ef2592a.tar.bz2
ld: Add -Bno-symbolic
PR 27834 * ldlex.h (enum option_values): Add OPTION_NO_SYMBOLIC. * lexsup.c (ld_options): Add -Bno-symbolic. (parse_args): Handle -Bno-symbolic. * ld.texi: Document -Bno-symbolic. * NEWS: Mention -Bno-symbolic. * testsuite/ld-elf/shared.exp: Add a test.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index d1aa3b0..a5ed905 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -8,6 +8,8 @@
* Add -z start-stop-gc to disable special treatment of __start_*/__stop_*
references when --gc-sections.
+* Add -Bno-symbolic to cancel -Bsymbolic and -Bsymbolic-functions.
+
Changes in 2.36:
* Add libdep plugin, for linking dependencies of static libraries that