diff options
author | Fangrui Song <maskray@google.com> | 2021-05-11 23:10:45 -0700 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-05-13 12:53:49 +0930 |
commit | cf893b0ef7482ec11df3787772f35e820ef2592a (patch) | |
tree | 77832443e8f794f951b402a1824b2151d107f999 /ld/ld.texi | |
parent | 4863cddb5079ce34007c5bebc0315b8eddb9ef6d (diff) | |
download | gdb-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.texi | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |