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