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