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