Sign in
gnu
/
binutils-gdb
/
master
/
.
/
ld
/
testsuite
/
ld-elf
/
note2.t
blob: 1bf8c18d94c17a23312ff1ff3c07d98b0c038a2f [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
.
+
SIZEOF_HEADERS
;
.
text
:
{
*(.
text
)
*(.
plt
)
*(.
rodata
)
*(.
got
*)
}
.
note
:
{
*(.
note
)
*(.
note
.*)
}
/
DISCARD
/
:
{
*(*)
}
}