------- 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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils