Sign in
gnu
/
binutils-gdb
/
cf94c9060702ecd052d3972e3b138e11d7b2bc2d
/
.
/
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
)
}