# This is totally made up, from the a29k stuff. If you know better, # tell us about it. cat < text} .shbss SIZEOF(.text) + ADDR(.text) : { *(.shbss) } .talias : { } ${RELOCATING+ > talias} .data : { *(.data) ${RELOCATING+ edata = .}; } ${RELOCATING+ > data} .bss SIZEOF(.data) + ADDR(.data) : { ${RELOCATING+ __bss_start = .}; *(.bss) *(COMMON) ${RELOCATING+ end = ALIGN(0x8)}; ${RELOCATING+ _end = ALIGN(0x8)}; } .mstack : { } ${RELOCATING+ > mstack} .rstack : { } ${RELOCATING+ > rstack} } EOF