summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s25
1 files changed, 25 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s b/binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s
new file mode 100644
index 00000000..49353441
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/arm/bl-local-v4t.s
@@ -0,0 +1,25 @@
+ .text
+ .arch armv4t
+ .syntax unified
+ .thumb
+one:
+ bl foo2 @ bl foo2 with reloc.
+ beq foo @ beq foo with reloc.
+ b foo @ branch foo with reloc.
+ bl fooundefarm
+ bl fooundefthumb
+ .thumb
+ .type foo, %function
+ .thumb_func
+foo:
+ nop
+ nop
+fooundefthumb:
+ nop
+ .type foo2, %function
+ .arm
+ .align 2
+foo2:
+ nop
+fooundefarm:
+ nop