Sign in
gnu
/
binutils-gdb
/
89193eb62f86784772bc5fc2e2cdc649c1bae2df
/
.
/
ld
/
testsuite
/
ld-arm
/
script-type.ld
blob: af346976cd19ff036a34fdd6b14b7c93456fa70d [
file
]
SECTIONS
{
.
text
:
{
foo_a
=
bar_a
;
foo_t
=
bar_t
;
foo_o
=
bar_o
;
*(.
text
)
}
.
ARM
.
attributes
0
:
{
*(.
ARM
.
attributes
)
}
}