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-scripts
/
pr23571.t
blob
290cdf50df971d1433acf36c7e1bd4b29a5b35bd
1
SECTIONS
2
{
3
.text CONSTANT(COMMONPAGESIZE) : {
4
*(.text)
5
}
6
7
.data : ALIGN(CONSTANT(COMMONPAGESIZE)) {
8
*(.data)
9
}
10
/DISCARD/ : {*(*)}
11
}