repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gas:
[binutils/dougsmingw.git]
/
ld
/
testsuite
/
ld-mips-elf
/
dyn-sec64.ld
blob
bb75d732b46a492229fe0a1968254fc76dfca991
1
SECTIONS
2
{
3
. = 0x1234000000000;
4
.dynamic : { *(.dynamic) }
5
. = 0x1234000001000;
6
.hash : { *(.hash) }
7
.dynsym : { *(.dynsym) }
8
.dynstr : { *(.dynstr) }
9
. = 0x1234000002000;
10
.rel.dyn : { *(.rel.dyn) }
11
12
. = 0x1234000003000;
13
.init : { *(.init) }
14
. = 0x1234000004000;
15
.fini : { *(.fini) }
16
.text : { *(.text) }
17
.MIPS.stubs : { *(.MIPS.stubs) }
18
19
. = 0x1235000000000;
20
_gp = ALIGN (16) + 0x7ff0;
21
.got : { *(.got) }
22
.data : { *(.data) }
23
}