Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
ld
/
testsuite
/
ld-sframe
/
discard.ld
blob: 5745ccefc3b113745903d8e923d1c0bb26900708 [
file
] [
log
] [
blame
]
ENTRY
(
_start
)
SECTIONS
{
.
=
SIZEOF_HEADERS
;
/* Sections to be discarded */
/
DISCARD
/
:
{
*(.
sframe
)
}
}