Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / tls-hidden3.ld
CommitLineData
ead49a57
RS
1SECTIONS
2{
3 . = 0x80000;
4 .interp : { *(.interp) }
5 .hash : { *(.hash) }
6 .dynsym : { *(.dynsym) }
7 .dynstr : { *(.dynstr) }
8
9 . = ALIGN (0x400);
10 .rel.dyn : { *(.rel.dyn) }
11
4e41d0d7 12 . = ALIGN (0x400) + 0x400;
ead49a57
RS
13 .text : { *(.text) }
14
15 . = ALIGN (0x10000);
889acb80 16 HIDDEN (_gp = . + 0x7ff0);
ead49a57
RS
17 .got : { *(.got) }
18
19 . = ALIGN (0x400);
20 .tdata : { *(.tdata) }
21
351cdf24 22 /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
ead49a57
RS
23}
24
25VERSION
26{
27 { local: *; };
28}
This page took 1.863936 seconds and 4 git commands to generate.