* ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic.

This commit is contained in:
Ian Lance Taylor 1996-04-09 16:19:51 +00:00
parent f400f35863
commit 7ec9d82515
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Tue Apr 9 12:18:57 1996 Ian Lance Taylor <ian@cygnus.com>
* ld.texinfo, ld.1: Mention -E as a synonym for -export-dynamic.
Mon Apr 8 11:56:23 1996 Ian Lance Taylor <ian@cygnus.com>
* emultempl/elf32.em: When checking for a native emulation, check

View File

@ -45,6 +45,7 @@ ld \- the GNU linker
.I entry\c
\&\|]
.RB "[\|" \-embedded\-relocs "\|]"
.RB "[\|" \-E "\|]"
.RB "[\|" \-export\-dynamic "\|]"
.RB "[\|" \-F "\|]"
.RB "[\|" "\-F\ "\c
@ -463,6 +464,8 @@ create a table which may be used at runtime to relocate any data which
was statically initialized to pointer values. See the code in
testsuite/ld-empic for details.
.TP
.B \-E
.TP
.B \-export\-dynamic
When creating an ELF file, add all symbols to the dynamic symbol table.

View File

@ -170,8 +170,8 @@ ld [ -o @var{output} ] @var{objfile}@dots{}
[ -Bstatic ] [ -Bdynamic ] [ -Bsymbolic ]
[ -c @var{MRI-commandfile} ] [ -d | -dc | -dp ]
[ -defsym @var{symbol}=@var{expression} ]
[ -dynamic-linker @var{file} ] [ -embedded-relocs ] [ -export-dynamic ]
[ -e @var{entry} ] [ -F ] [ -F @var{format} ]
[ -dynamic-linker @var{file} ] [ -embedded-relocs ] [ -E ]
[ -export-dynamic ] [ -e @var{entry} ] [ -F ] [ -F @var{format} ]
[ -format @var{input-format} ] [ -g ] [ -G @var{size} ]
[ -help ] [ -i ] [ -l@var{archive} ] [ -L@var{searchdir} ]
[ -M ] [ -Map @var{mapfile} ] [ -m @var{emulation} ]
@ -398,8 +398,10 @@ discussion of defaults and other ways of specifying the
entry point.
@cindex dynamic symbol table
@kindex -E
@kindex -export-dynamic
@item -export-dynamic
@item -E
@itemx -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