]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-arm/cortex-a8-fix-hdr.s
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-arm / cortex-a8-fix-hdr.s
diff --git a/ld/testsuite/ld-arm/cortex-a8-fix-hdr.s b/ld/testsuite/ld-arm/cortex-a8-fix-hdr.s
new file mode 100644 (file)
index 0000000..827c0f8
--- /dev/null
@@ -0,0 +1,14 @@
+       .syntax unified
+
+       .section .text, "ax"
+
+       .align 5
+       .globl _start
+       .thumb_func
+_start:
+       .rept 13
+       nop
+       .endr
+       eor     r0, r1, r2
+       b.w     _start
+