repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
stub-dynsym-1.ld
blob
17c998df0293c80d4c016cc0173eac23bc989009
1
SECTIONS
2
{
3
. = 0x80000;
4
.interp : { *(.interp) }
5
.hash : { *(.hash) }
6
.dynsym : { *(.dynsym) }
7
.dynstr : { *(.dynstr) }
8
.rel.dyn : { *(.rel.dyn) }
9
.MIPS.stubs : { *(.MIPS.stubs) }
10
.text : { *(.text) }
11
12
. = ALIGN (0x10000);
13
_gp = . + 0x7ff0;
14
.got : { *(.got) }
15
16
/DISCARD/ : { *(.reginfo) }
17
}