diff options
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 32e8783..b6f0a0b 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -510,6 +510,10 @@ You can also use the dynamic list to control what symbols should be added to the dynamic symbol table if the output format supports it. See the description of @samp{--dynamic-list}. +Note that this option is specific to ELF targeted ports. PE targets +support a similar function to export all symbols from a DLL or EXE; see +the description of @samp{--export-all-symbols} below. + @ifclear SingleFormat @cindex big-endian objects @cindex endianness |