GNU Info

Info Node: (ld.info)Output Section Region

(ld.info)Output Section Region


Next: Output Section Phdr Prev: Output Section LMA Up: Output Section Attributes
Enter node , (file) or (file)node

Output section region
.....................

   You can assign a section to a previously defined region of memory by
using `>REGION'.  Note: MEMORY.

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


automatically generated by info2www version 1.2.2.9