binutils-gdb/ld/testsuite/ld-mips-elf/tls-hidden3.ld

29 lines
409 B
Plaintext
Raw Normal View History

SECTIONS
{
. = 0x80000;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
. = ALIGN (0x400);
.rel.dyn : { *(.rel.dyn) }
. = ALIGN (0x400) + 0x400;
.text : { *(.text) }
. = ALIGN (0x10000);
_gp = . + 0x7ff0;
.got : { *(.got) }
. = ALIGN (0x400);
.tdata : { *(.tdata) }
/DISCARD/ : { *(.reginfo) }
}
VERSION
{
{ local: *; };
}