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