mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
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.
This commit is contained in:
parent
3a0f69be55
commit
8a758655b3
@ -1,3 +1,9 @@
|
||||
2018-11-12 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
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 <nickc@redhat.com>
|
||||
|
||||
* po/es.po: Updated Spanish translation.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user