(root)/
binutils-2.41/
ld/
testsuite/
ld-arm/
attr-merge-hardfp-use-2a.s
        .syntax unified
        .cpu cortex-m4
        .fpu fpv4-sp-d16
        .thumb
        .text
        .align  2
        .global foo
        .thumb
        .thumb_func
        .type   foo, %function
foo:
	bx lr