bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/10865] The entry point is mainCRTStartup


From: nickc at redhat dot com
Subject: [Bug ld/10865] The entry point is mainCRTStartup
Date: 10 Nov 2009 16:00:10 -0000

------- Additional Comments From nickc at redhat dot com  2009-11-10 16:00 
-------
Hi Christopher,

The uploaded patch changes the documentation to read:

   There are several ways to set the entry point.  The linker will 
   set the entry point by trying each of the following methods in 
   order, and stopping when one of them succeeds:

   * the `-e' ENTRY command-line option;

   * the `ENTRY(SYMBOL)' command in a linker script;

   * the value of a target specific symbol, if it is defined;  For many
     targets this is `start', but PE and BeOS based systems for example
     check a list of possible entry symbols, matching the first one
     found.

   * the address of the first byte of the `.text' section, if present;

   * The address `0'.

Does this seem OK to you ?

Cheers
  Nick

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=10865

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]