From: Nick Clifton Date: Mon, 12 Nov 2018 15:12:15 +0000 (+0000) Subject: Update documentation describing how the linker chooses a start address. X-Git-Tag: users/ARM/embedded-binutils-master-2018q4~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a758655b3ee39bed245a6ba2fc9f81f77813443;p=external%2Fbinutils.git 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4e1e9a9..510e333 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2018-11-12 Nick Clifton + PR 10865 + * ld.texi (Entry Point): Make it clear that the text refers to + PE-based systems rather than just a PE system. + +2018-11-12 Nick Clifton + * po/es.po: Updated Spanish translation. 2018-11-09 Nick Clifton 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;