Sign in
gnu
/
binutils-gdb
/
777b054cf93ad2525b891ea15bbf8d5cd6a56339
/
.
/
ld
/
testsuite
/
ld-nds32
/
gp.ld
blob: b537b95feb05a41dc3f168458b003846ce1395cd [
file
] [
log
] [
blame
]
SECTIONS
{
.
text
0x0
:
{
*
(.
text
.
text
.*);
}
.
data
0x3000
:
{
*
(.
data
.
data
.*);
}
_SDA_BASE_
=
0x1000
;
}