diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-29 17:29:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-29 17:29:51 +0000 |
commit | 4bdd9722a68a1f6ae5f2e7668de55137aa45d6b1 (patch) | |
tree | 0677b61afd1ae69ee4d6e82b085d79c3a77a9793 /ld/ld.1 | |
parent | 8e3ff08126739ee67fb43d46473ae9d3c61cd324 (diff) | |
download | gdb-4bdd9722a68a1f6ae5f2e7668de55137aa45d6b1.zip gdb-4bdd9722a68a1f6ae5f2e7668de55137aa45d6b1.tar.gz gdb-4bdd9722a68a1f6ae5f2e7668de55137aa45d6b1.tar.bz2 |
* ld.texinfo, ld.1: Document -export-dynamic.
Diffstat (limited to 'ld/ld.1')
-rw-r--r-- | ld/ld.1 | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -45,6 +45,7 @@ ld \- the GNU linker .I entry\c \&\|] .RB "[\|" \-embedded\-relocs "\|]" +.RB "[\|" \-export\-dynamic "\|]" .RB "[\|" \-F "\|]" .RB "[\|" "\-F\ "\c .I format\c @@ -458,6 +459,13 @@ was statically initialized to pointer values. See the code in testsuite/ld-empic for details. .TP +.B \-export\-dynamic +When creating an ELF file, add all symbols to the dynamic symbol table. +Normally, the dynamic symbol table contains only symbols which are used +by a dynamic object. This option is needed for some uses of +.I dlopen. + +.TP .B \-F .TP .BI "-F" "format" @@ -722,8 +730,9 @@ option may also be used on SunOS. By default, on SunOS, the linker will form a runtime search patch out of all the .B \-L options it is given. If a -.B \-rpath option is used, the runtime search path -will be formed exclusively using the +.B \-rpath +option is used, the runtime search path will be formed exclusively +using the .B \-rpath options, ignoring the |