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-discard
/
discard.ld
blob
64f3350642f018ac5f95d71886edae64a6f83b10
1
ENTRY(_start)
2
SECTIONS
3
{
4
. = SIZEOF_HEADERS;
5
/* Sections to be discarded */
6
/DISCARD/ : {
7
*(.data.exit)
8
*(.text.exit)
9
}
10
}