Update documentation describing how the linker chooses a start address.
authorNick Clifton <nickc@redhat.com>
Mon, 12 Nov 2018 15:12:15 +0000 (15:12 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 12 Nov 2018 15:12:15 +0000 (15:12 +0000)
PR 10865
* ld.texi (Entry Point): Make it clear that the text refers to
PE-based systems rather than just a PE system.

ld/ChangeLog
ld/ld.texi

index 4e1e9a9efbbe8914cedd3da2a7108dc7660389c9..510e333756b079a2aaa76e935eccbf3dbd116347 100644 (file)
@@ -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.
index b304ea20a5ac358d7ad4d044b551b58a66531373..4c52ba6ba702ddd97eaaa04f0680acd496153368 100644 (file)
@@ -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;
This page took 0.048788 seconds and 4 git commands to generate.