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
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-mn10300
/
i143317.t
blob
47d92622aa9e601fb57909739608ccb7932739f6
1
SECTIONS
2
{
3
.bss :
4
{
5
*(.bss)
6
end = .;
7
}
8
. = 0x1000;
9
.got : { *(.got.plt) *(.got) }
10
.text :
11
{
12
*(.text)
13
}
14
. = 0x8ff5;
15
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
16
.data :
17
{
18
*(.data)
19
}
20
edata = .;
21
.stac :
22
{
23
*(.stack)
24
}
25
.plt : { *(.plt) }
26
.rela.plt : { *(.rela.plt) }
27
.rela.dyn :
28
{
29
*(.rela.text)
30
}
31
}