ld: Output Section Region

1 
1 3.6.8.6 Output Section Region
1 .............................
1 
1 You can assign a section to a previously defined region of memory by
1 using '>REGION'.  ⇒MEMORY.
1 
1    Here is a simple example:
1      MEMORY { rom : ORIGIN = 0x1000, LENGTH = 0x1000 }
1      SECTIONS { ROM : { *(.text) } >rom }
1