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