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
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-sframe
/
discard.ld
blob
5745ccefc3b113745903d8e923d1c0bb26900708
1
ENTRY(_start)
2
SECTIONS
3
{
4
. = SIZEOF_HEADERS;
5
/* Sections to be discarded */
6
/DISCARD/ : {
7
*(.sframe)
8
}
9
}