aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-11-12 15:12:15 +0000
committerNick Clifton <nickc@redhat.com>2018-11-12 15:12:15 +0000
commit8a758655b3ee39bed245a6ba2fc9f81f77813443 (patch)
tree28fdd2020d42297f23679f7ac964195a160d9cf7 /ld/ld.texi
parent3a0f69be5589d351453afebd0974992cff3ee4d1 (diff)
downloadfsf-binutils-gdb-8a758655b3ee39bed245a6ba2fc9f81f77813443.zip
fsf-binutils-gdb-8a758655b3ee39bed245a6ba2fc9f81f77813443.tar.gz
fsf-binutils-gdb-8a758655b3ee39bed245a6ba2fc9f81f77813443.tar.bz2
Update documentation describing how the linker chooses a start address.
PR 10865 * ld.texi (Entry Point): Make it clear that the text refers to PE-based systems rather than just a PE system.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r--ld/ld.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texi b/ld/ld.texi
index b304ea2..4c52ba6 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -3409,7 +3409,7 @@ the @samp{-e} @var{entry} command-line option;
the @code{ENTRY(@var{symbol})} command in a linker script;
@item
the value of a target specific symbol, if it is defined; For many
-targets this is @code{start}, but PE and BeOS based systems for example
+targets this is @code{start}, but PE- and BeOS-based systems for example
check a list of possible entry symbols, matching the first one found.
@item
the address of the first byte of the @samp{.text} section, if present;