summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/arm_fix_1176.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/testsuite/arm_fix_1176.s')
-rw-r--r--binutils-2.25/gold/testsuite/arm_fix_1176.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils-2.25/gold/testsuite/arm_fix_1176.s b/binutils-2.25/gold/testsuite/arm_fix_1176.s
new file mode 100644
index 00000000..96e03284
--- /dev/null
+++ b/binutils-2.25/gold/testsuite/arm_fix_1176.s
@@ -0,0 +1,15 @@
+ .syntax unified
+ .globl _start
+ .globl func_to_branch_to
+
+ .arm
+ .text
+func_to_branch_to:
+ bx lr
+
+ .thumb
+ .section .foo, "xa"
+ .thumb_func
+_start:
+ bl func_to_branch_to
+