repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
tls-hidden3.ld
blob
5609a4b519349d5ddd961dc8667d44242dc3cfa6
1
SECTIONS
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
12
. = ALIGN (0x400) + 0x400;
13
.text : { *(.text) }
14
15
. = ALIGN (0x10000);
16
HIDDEN (_gp = . + 0x7ff0);
17
.got : { *(.got) }
18
19
. = ALIGN (0x400);
20
.tdata : { *(.tdata) }
21
22
/DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
23
}
24
25
VERSION
26
{
27
{ local: *; };
28
}