aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
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/ld.texi
parent4863cddb5079ce34007c5bebc0315b8eddb9ef6d (diff)
downloadgdb-cf893b0ef7482ec11df3787772f35e820ef2592a.zip
gdb-cf893b0ef7482ec11df3787772f35e820ef2592a.tar.gz
gdb-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/ld.texi')
-rw-r--r--ld/ld.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index fe653da..2987468 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -1633,6 +1633,11 @@ symbols to the definition within the shared library, if any.
This option is only meaningful on ELF platforms which support shared
libraries.
+@kindex -Bno-symbolic
+@item -Bno-symbolic
+This option can cancel previously specified @samp{-Bsymbolic} and
+@samp{-Bsymbolic-functions}.
+
@kindex --dynamic-list=@var{dynamic-list-file}
@item --dynamic-list=@var{dynamic-list-file}
Specify the name of a dynamic list file to the linker. This is