Sign in
gnu
/
binutils-gdb
/
94de78f9d0d4b9eecb4e3efc393ffa4abbae662e
/
.
/
ld
/
testsuite
/
ld-aarch64
/
protections
/
bti-far-3.ld
blob: 3265c55b8ccae675c92ac0bd7ae0232486f34361 [
file
]
OUTPUT_ARCH
(
aarch64
)
SECTIONS
{
.
=
0x00010000
;
.
rela
.
plt
:
{
*(.
rela
.
plt
)
*(.
rela
.
iplt
)
}
.
=
0x00020000
;
.
plt
:
{
*(.
plt
)
*(.
iplt
)
}
.
=
0x00030000
;
.
text
:
{
*(.
text
)
}
.
=
0x20000000
;
.
got
:
{
*(.
got
)
*(.
got
.
plt
)
}
}