Mercurial > hg-old > index.cgi
diff lwlink/trunk/doc/lwlink.txt @ 122:2ece9adb4e4b
Documented the "exec" directive in linker scripts
author | lost |
---|---|
date | Thu, 22 Jan 2009 02:05:30 +0000 |
parents | f4a489ebd44a |
children |
line wrap: on
line diff
--- a/lwlink/trunk/doc/lwlink.txt Thu Jan 22 02:05:08 2009 +0000 +++ b/lwlink/trunk/doc/lwlink.txt Thu Jan 22 02:05:30 2009 +0000 @@ -38,10 +38,10 @@ Raw: this is a raw binary with no header information, etc. Suitable for ROM images, etc. By default, the raw target starts the binary at address 0, puts -any section named "init" first, then "code" and/or "text", then all other -non-bss sections, then all bss sections. Note that any "bss" type section -that exists anywhere but at the end of the binary (i.e. is between or before -one or more non-bss sections) will be included as a series of NUL bytes. +any section named "init" first, then "code", then all other non-bss +sections, then all bss sections. Note that any "bss" type section that +exists anywhere but at the end of the binary (i.e. is between or before one +or more non-bss sections) will be included as a series of NUL bytes. DECB: this creates a LOADM style binary according to the linker script. By default, this target places the sections in the same order as the raw target