Node:Output Section Region, Next:, Previous:Output Section LMA, Up:Output Section Attributes



Output section region

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

Here is a simple example:

MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 }
SECTIONS { ROM : { *(.text) } >rom }