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
* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git]
/
ld
/
testsuite
/
ld-mips-elf
/
got-dump-1.ld
blob
4fe5c1a21167a9f34f82f6ae15d27a3fe7cf1a2c
1
SECTIONS
2
{
3
. = 0x40000;
4
.reginfo : { *(.reginfo) }
5
.dynamic : { *(.dynamic) }
6
.hash : { *(.hash) }
7
.dynsym : { *(.dynsym) }
8
.dynstr : { *(.dynstr) }
9
.rel.dyn : { *(.rel.dyn) }
10
11
. = 0x50000;
12
.text : { *(.text) }
13
.MIPS.stubs : { *(.MIPS.stubs) }
14
15
. = 0x60000;
16
.data : { *(.data) }
17
_gp = ALIGN (16) + 0x7ff0;
18
.got : { *(.got) }
19
}