summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/arm_fix_v4bx.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/testsuite/arm_fix_v4bx.s')
-rw-r--r--binutils-2.25/gold/testsuite/arm_fix_v4bx.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils-2.25/gold/testsuite/arm_fix_v4bx.s b/binutils-2.25/gold/testsuite/arm_fix_v4bx.s
new file mode 100644
index 00000000..fc3aa2a8
--- /dev/null
+++ b/binutils-2.25/gold/testsuite/arm_fix_v4bx.s
@@ -0,0 +1,15 @@
+ .syntax unified
+ .text
+
+# Align this to 256-byte boundary for easier address matching.
+ .align 8
+
+# We do not want to run this file. We define _start here to avoid missing
+# entry point.
+
+ .global _start
+ .type _start, %function
+_start:
+ bx r0
+ bx r15
+ .size _start, .-_start