Support SHF_GNU_RETAIN ELF section flag
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mn10300 / i143317.t
CommitLineData
e9e9cead
NC
1SECTIONS
2{
3.bss :
4{
5*(.bss)
6end = .;
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}
20edata = .;
21.stac :
22{
23*(.stack)
24}
25.plt : { *(.plt) }
26.rela.plt : { *(.rela.plt) }
27.rela.dyn :
28{
29*(.rela.text)
30}
31}
This page took 0.558243 seconds and 4 git commands to generate.