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