repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1999-09-11 Donn Terry <donn@interix.com>
[binutils.git]
/
ld
/
emulparams
/
gld960coff.sh
blob
78202208b4fee220543f6a2cee885a8beb7a8008
1
SCRIPT_NAME
=
i960
2
OUTPUT_FORMAT
=
""
3
TEXT_START_ADDR
=
??
4
TARGET_PAGE_SIZE
=
??
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
'