binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-symbianelf*' ELF
[deliverable/binutils-gdb.git] / ld / emulparams / gld960coff.sh
1 SCRIPT_NAME=i960
2 OUTPUT_FORMAT=""
3 TEXT_START_ADDR=0
4 TARGET_PAGE_SIZE=128
5 ARCH=i960
6 TEMPLATE_NAME=gld960c
7 GLD_STYLE=1
8 COFF_CTORS='
9 ___CTOR_LIST__ = .;
10 LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)
11 *(.ctors)
12 LONG(0)
13 ___CTOR_END__ = .;
14 ___DTOR_LIST__ = .;
15 LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)
16 *(.dtors)
17 LONG(0)
18 ___DTOR_END__ = .;
19 '
This page took 0.033014 seconds and 4 git commands to generate.