source: trunk/binutils/ld/emulparams/gld960coff.sh@ 3910

Last change on this file since 3910 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 350 bytes
Line 
1SCRIPT_NAME=i960
2OUTPUT_FORMAT=""
3TEXT_START_ADDR=??
4TARGET_PAGE_SIZE=??
5ARCH=i960
6TEMPLATE_NAME=gld960c
7GLD_STYLE=1
8COFF_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'
Note: See TracBrowser for help on using the repository browser.