cat < ram} .data : { *(.data) ${RELOCATING+_edata = .;} } ${RELOCATING+ > ram} .bss : { ${RELOCATING+ _bss_start = .;} *(.bss) *(COMMON) ${RELOCATING+ _end = .}; } ${RELOCATING+ >ram} .stack : { ${RELOCATING+_stack = .;} *(.stack) } ${RELOCATING+ > topram} } EOF