summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/pr12826_1.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/testsuite/pr12826_1.s')
-rw-r--r--binutils-2.25/gold/testsuite/pr12826_1.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils-2.25/gold/testsuite/pr12826_1.s b/binutils-2.25/gold/testsuite/pr12826_1.s
new file mode 100644
index 00000000..b4f68418
--- /dev/null
+++ b/binutils-2.25/gold/testsuite/pr12826_1.s
@@ -0,0 +1,13 @@
+ .syntax unified
+ .arch armv7e-m
+ .thumb
+ .text
+ .align 2
+ .global f1
+ .thumb
+ .thumb_func
+ .type f1, %function
+f1:
+ movs r0, #0
+ bx lr
+ .size f1, .-f1