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
AArch64: Add SVE DWARF registers
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-mips-elf
/
no-shared-1.ld
blob
87201a46feff213b9bbd73cddddb81e748304a8c
1
SECTIONS
2
{
3
. = 0x50000;
4
.text : { *(.text) }
5
.MIPS.stubs : { *(.MIPS.stubs) }
6
7
. = 0x60000;
8
.data : { *(.data) }
9
HIDDEN (_gp = ALIGN (16) + 0x7ff0);
10
.got : { *(.got) }
11
}