# $MirOS: src/gnu/usr.bin/binutils/ld/scripttempl/maxqcoff.sc,v 1.2 2005/03/13 16:07:08 tg Exp $ test -z "$ENTRY" && ENTRY=_main cat <rom .data ${RELOCATING}: { *(.data) *(.rodata) *(.bss) *(COMMON) ${RELOCATING+ edata = .}; }>ram /* .bss ${RELOCATING+ SIZEOF\(.data\) + 0x0000} : { *(.bss) *(COMMON) } */ .stab 0 ${RELOCATING+\(NOLOAD\)} : { [ .stab ] } .stabstr 0 ${RELOCATING+\(NOLOAD\)} : { [ .stabstr ] } } EOF