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
/
export-class-call16.ld
blob
39f6367b5098f03075e8acfa5c23c3bde3868bc1
1
ENTRY (foo);
2
SECTIONS
3
{
4
.text : { *(.text) }
5
HIDDEN (_gp = ALIGN(16) + 0x7ff0);
6
.got : { *(.got) }
7
.dynamic : { *(.dynamic) }
8
.hash : { *(.hash) }
9
.dynsym : { *(.dynsym) }
10
.dynstr : { *(.dynstr) }
11
.pdr : { *(.pdr) }
12
.shstrtab : { *(.shstrtab) }
13
.symtab : { *(.symtab) }
14
.strtab : { *(.strtab) }
15
/DISCARD/ : { *(*) }
16
}