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-elf
/
interleave.ld
blob
409843601fd4a830bf2990a183abdc97064d37ac
1
MEMORY
2
{
3
x0(xrw): ORIGIN = 0x0, LENGTH = 8
4
x1(xrw): ORIGIN = 0xC, LENGTH = 8
5
}
6
SECTIONS
7
{
8
.a0 : { *(.data.a0) } > x0
9
.a1 : { *(.data.a1) } > x1
10
/DISCARD/ : { *(*) }
11
}