Mercurial > hg-old > index.cgi
diff doc/lwlink.txt @ 304:9c6462b3a288
Documented the "exec" directive in linker scripts
author | lost |
---|---|
date | Thu, 22 Jan 2009 02:05:30 +0000 |
parents | 7a3d66e72a4c |
children |
line wrap: on
line diff
--- a/doc/lwlink.txt Thu Jan 22 02:05:08 2009 +0000 +++ b/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