ld-linkonce test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-vax-elf / plt-local-lib.ld
CommitLineData
a22a8039
MR
1SECTIONS
2{
3 . = 0;
4 .hash : { *(.hash) }
5 .dynsym : { *(.dynsym) }
6 .dynstr : { *(.dynstr) }
7 .rela.plt : { *(.rela.plt) }
8
9 . = 0x1000;
10 .plt : { *(.plt) }
11
12 . = 0x2000;
13 .text : { *(.text) }
14
15 . = 0x3000;
16 .dynamic : { *(.dynamic) }
17 .got : { *(.got.plt) }
18}
This page took 0.350739 seconds and 4 git commands to generate.