Sign in
gnu
/
binutils-gdb
/
c0abbd96b4dc45249daffbd2b00dfa46cf3fd5aa
/
.
/
ld
/
testsuite
/
ld-scripts
/
defined4.t
blob: 92a8941da36acd588ceafa190cfb1eb09350e62e [
file
]
SECTIONS
{
.
text
:
{
*(.
text
)
}
.
data
:
{
*(.
data
.
rw
)
}
.
bss
:
{
*(.
bss
)
*(
COMMON
)
}
}
defined1
=
defined
;