summaryrefslogtreecommitdiffstats
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorDave Korn <dave.korn@artimi.com>2009-04-02 14:42:41 +0000
committerDave Korn <dave.korn@artimi.com>2009-04-02 14:42:41 +0000
commit8b747e1a27742bcf9075999a49cf6ed7408e0a31 (patch)
treeff996e8a2e910f0d6c5a057fca285d3b86d2462d /ld/ld.texinfo
parentd3626fb08bd9456f3252ed95d31f67f83c833cfd (diff)
downloadppe42-binutils-8b747e1a27742bcf9075999a49cf6ed7408e0a31.tar.gz
ppe42-binutils-8b747e1a27742bcf9075999a49cf6ed7408e0a31.zip
ld/ChangeLog
PR ld/6744 * ld.texinfo (--export-dynamic): Mention --export-all-symbols. * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Issue warning if --export-dynamic was passed on command-line. * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise. ld/testsuite/ChangeLog PR ld/6744 * ld-pe/export_dynamic_warning.d: New test control file. * ld-pe/export_dynamic_warning.s: New test source file. * ld-pe/pe.exp: Also run export_dynamic_warning dump test.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r--ld/ld.texinfo4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 32e8783be8..b6f0a0b00a 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
OpenPOWER on IntegriCloud