]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-arm/cortex-a8-thumb-target.s
Imported binutils-2.20
[msp430-binutils.git] / ld / testsuite / ld-arm / cortex-a8-thumb-target.s
diff --git a/ld/testsuite/ld-arm/cortex-a8-thumb-target.s b/ld/testsuite/ld-arm/cortex-a8-thumb-target.s
new file mode 100644 (file)
index 0000000..96c180f
--- /dev/null
@@ -0,0 +1,10 @@
+       .syntax unified
+       .cpu cortex-a8
+       .text
+       .thumb
+       .thumb_func
+       .align 3
+       .global targetfn
+       .type targetfn, %function
+targetfn:
+       bx lr