Sign in
gnu
/
binutils-gdb
/
d7056b7c94de782294e645ba1e2173ce76c1a9f4
/
.
/
ld
/
testsuite
/
ld-scripts
/
section-order-1a.t
blob: 2e28bfa8451446162cf92284157f3f783796f39c [
file
]
.
text
:
{
*(.
text
.
yyy
)
*(.
text
.
b
?
r
)
*(.
text
)
*(.
text
.
xxx
.
text
.
foo
)
}
.
data
:
{
*(.
data
.
small
)
*(.
big
*)
*(.
bar
.
baz
*)
*(.
data
.
ccc
)
}