PR ld/10864
authorNick Clifton <nickc@redhat.com>
Tue, 10 Nov 2009 16:34:53 +0000 (16:34 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Nov 2009 16:34:53 +0000 (16:34 +0000)
        * ld.texinfo (Entry Point): Mention that the default entry symbol
        is not 'start' on some targets.

ld/ChangeLog
ld/ld.texinfo

index b2c9b1008c03d7c4e181bc171571410651eea21d..4043ee7e6b2bb0006a1f89c59d0d2bc43508ebb4 100644 (file)
@@ -1,3 +1,9 @@
+2009-11-10  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/10864
+       * ld.texinfo (Entry Point): Mention that the default entry symbol
+       is not 'start' on some targets.
+
 2009-11-06  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR ld/10912
index 1805a5142babaeba99e84c0ecabe3fe9a6fdb6ac..8ac4c7d7d1f9b03058d057bc38639b812cfd9448 100644 (file)
@@ -2921,7 +2921,9 @@ the @samp{-e} @var{entry} command-line option;
 @item
 the @code{ENTRY(@var{symbol})} command in a linker script;
 @item
-the value of the symbol @code{start}, if defined;
+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
+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;
 @item
This page took 0.029303 seconds and 4 git commands to generate.