Sign in
gnu
/
binutils-gdb
/
5aca7eaa2be78b5bb9f993b901b32acef51e5c45
/
.
/
ld
/
testsuite
/
ld-elf
/
relocatable.t
blob: 2ec056ae338df64f8e817a7f917c6dfd817491e6 [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
0x800000
;
.
text
:
{
*(.
text
)
}
.
=
0x900000
;
.
data
:
{
*(.
data
)
}
/
DISCARD
/
:
{
*(.*)
}
}