summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-arm/arm-pic-veneer.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-arm/arm-pic-veneer.s')
-rw-r--r--ld/testsuite/ld-arm/arm-pic-veneer.s14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/arm-pic-veneer.s b/ld/testsuite/ld-arm/arm-pic-veneer.s
new file mode 100644
index 0000000..9e09ed6
--- /dev/null
+++ b/ld/testsuite/ld-arm/arm-pic-veneer.s
@@ -0,0 +1,14 @@
+.text
+.arm
+.global _start
+.type _start, %function
+_start:
+b foo
+
+.thumb
+.global foo
+.type foo, %function
+foo:
+nop
+bx lr
+