10.5.5.12 Output Section Region
A section can be assigned to a previously defined region of memory by
using >region
. See MEMORY
Command.
Here is a simple example:
MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 }
SECTIONS { ROM : { *(.text) } >rom }