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
/
got-dump-2.ld
blob
d7ba691589163669788cefc3374a508c99607849
1
SECTIONS
2
{
3
. = 0x1234000000000;
4
.dynamic : { *(.dynamic) }
5
.hash : { *(.hash) }
6
.dynsym : { *(.dynsym) }
7
.dynstr : { *(.dynstr) }
8
.rel.dyn : { *(.rel.dyn) }
9
10
. = 0x1235000000000;
11
.text : { *(.text) }
12
.MIPS.stubs : { *(.MIPS.stubs) }
13
14
. = 0x1236000000000;
15
.data : { *(.data) }
16
HIDDEN (_gp = ALIGN (16) + 0x7ff0);
17
.got : { *(.got) }
18
19
/DISCARD/ : { *(.MIPS.abiflags) *(.gnu.attributes) }
20
}