Sign in
gnu
/
binutils-gdb
/
master
/
.
/
ld
/
testsuite
/
ld-elf
/
orphan-13.ld
blob: face613f8bdf19e3bac8e76508a9ceb09b34159f [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
SIZEOF_HEADERS
;
.
text
:
{
*(.
text
)
}
.
data
:
{
*(.
data
)
}
.
foo
(
NOLOAD
)
:
{}
}