URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [binutils-2.20.1/] [ld/] [scripttempl/] [moxie.sc] - Rev 818
Compare with Previous | Blame | View Log
TORS=".tors :{___ctors = . ;*(.ctors)___ctors_end = . ;___dtors = . ;*(.dtors)___dtors_end = . ;} > ram"cat <<EOFOUTPUT_FORMAT("${OUTPUT_FORMAT}")OUTPUT_ARCH(${ARCH})SECTIONS{.text :{*(.text).init : { KEEP (*(.init)) } =0.fini : { KEEP (*(.fini)) } =0*(.strings)${RELOCATING+ _etext = . ; }} ${RELOCATING+ > ram}${CONSTRUCTING+${TORS}}.data :{*(.data)${RELOCATING+ _edata = . ; }} ${RELOCATING+ > ram}.bss :{${RELOCATING+ _bss_start = . ; }*(.bss)*(COMMON)${RELOCATING+ _end = . ; }} ${RELOCATING+ > ram}.stack ${RELOCATING+ 0x30000 } :{${RELOCATING+ _stack = . ; }*(.stack)} ${RELOCATING+ > ram}.stab 0 ${RELOCATING+(NOLOAD)} :{*(.stab)}.stabstr 0 ${RELOCATING+(NOLOAD)} :{*(.stabstr)}}EOF
