home *** CD-ROM | disk | FTP | other *** search
- MEMORY
- {
- FOUR_MEG: origin = 0x00400000 length = 0x01000000
- }
-
- SECTIONS
- {
- .text 0x004000d0 : { *(.init) *(.text) *(.fini) }
- GROUP BIND(0x00800000 + ((SIZEOF(.text) + ADDR(.text)) % 4096)) :
- {
- .data : {}
- .bss : {}
- }
- }
-