Sign in
gnu
/
binutils-gdb
/
acaec6533785f3beb88a3cb8a48aaa5c0b88781a
/
.
/
ld
/
testsuite
/
ld-loongarch-elf
/
relr-discard.ld
blob: 165f1ed2f113d50f1a384bc95705302de5d3f6dc [
file
]
OUTPUT_ARCH
(
loongarch64
)
ENTRY
(
_start
)
SECTIONS
{
/DISCARD/
:
{
*(.
discard
.*)
}
.
=
0x10000
;
.
text
:
{
*(.
text
)
}
.
=
0x20000
;
.
got
:
{
*(.
got
)
*(.
got
.
plt
)}
.
=
0x30000
;
.
data
:
{
*(.
data
)
*(.
data
.*)
}
}