[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.6.8.3 Output Section Region

You can assign a section to a previously defined region of memory by using `>region'. See section 3.7 MEMORY Command.

Here is a simple example:
 
MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 }
SECTIONS { ROM : { *(.text) } >rom }



This document was generated by Guillaume Rousse on December, 12 2004 using texi2html