repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Recreate correctly.
[binutils.git]
/
ld
/
testsuite
/
ld-discard
/
discard.ld
blob
a7ff4a5802ecb90954feb44c997852ef44112385
1
ENTRY(_start)
2
SECTIONS
3
{
4
/* Sections to be discarded */
5
/DISCARD/ : {
6
*(.data.exit)
7
*(.text.exit)
8
}
9
}