repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
[binutils.git]
/
ld
/
scripttempl
/
i960.sc
blob
dc335555d7d7154ef812129e7bd845c15b95452c
1
cat <<EOF
2
SECTIONS
3
{
4
.text :
5
{
6
${GLD_STYLE+ CREATE_OBJECT_SYMBOLS}
7
*(.text)
8
${RELOCATING+ _etext = .};
9
${CONSTRUCTING+${COFF_CTORS}}
10
}
11
.data :
12
{
13
*(.data)
14
${CONSTRUCTING+CONSTRUCTORS}
15
${RELOCATING+ _edata = .};
16
}
17
.bss :
18
{
19
${RELOCATING+ _bss_start = .};
20
*(.bss)
21
*(COMMON)
22
${RELOCATING+ _end = .};
23
}
24
}
25
EOF