Sign in
gnu
/
binutils-gdb
/
refs/heads/binutils-2_35-branch
/
.
/
ld
/
testsuite
/
ld-scripts
/
default-script.t
blob: ff0fcda7a934ff10af663a4b5295f0e3df7ec94f [
file
]
_START
=
DEFINED
(
_START
)
?
_START
:
0x900
;
SECTIONS
{
.
=
_START
;
.
text
:
{*(.
text
)}
/
DISCARD
/
:
{*(*)}
}