Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
ld
/
testsuite
/
ld-elf
/
orphan.ld
blob: 86c0b8959c9982dca2ec592fa58a1142a6cf75ef [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
SIZEOF_HEADERS
;
.
text
:
{
*(.
text
)
}
.
data
:
{
*(.
data
)
}
.
bss
:
{
*(.
bss
)
*(
COMMON
)
}
.
sbss
:
{
*(.
sbss
)
}
.
note
:
{
*(.
note
)
}
/
DISCARD
/
:
{
*(.
reginfo
)
*(.
MIPS
.
abiflags
)
*(.
MIPS
.
options
)
*(.
trampolines
)
}
}