URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [emulparams/] [gld960coff.sh] - Rev 231
Go to most recent revision | Compare with Previous | Blame | View Log
SCRIPT_NAME=i960 OUTPUT_FORMAT="" TEXT_START_ADDR=0 TARGET_PAGE_SIZE=128 ARCH=i960 TEMPLATE_NAME=gld960c GLD_STYLE=1 COFF_CTORS=' ___CTOR_LIST__ = .; LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2) *(.ctors) LONG(0) ___CTOR_END__ = .; ___DTOR_LIST__ = .; LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2) *(.dtors) LONG(0) ___DTOR_END__ = .; '
Go to most recent revision | Compare with Previous | Blame | View Log