summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/arm/blx-local.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/arm/blx-local.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/arm/blx-local.s38
1 files changed, 0 insertions, 38 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/arm/blx-local.s b/binutils-2.24/gas/testsuite/gas/arm/blx-local.s
deleted file mode 100644
index ed587c9e..00000000
--- a/binutils-2.24/gas/testsuite/gas/arm/blx-local.s
+++ /dev/null
@@ -1,38 +0,0 @@
-# objdump: -fdrw --prefix-addresses --show-raw-insn
-# not-target: *-*-*aout* *-*-pe
-
- .text
- .arch armv5t
- .arm
-one:
- blx foo
- blx foo2
- bl foo
- bl foo2
- blx fooundefarm
- bl fooundefarm
- blx fooundefthumb
- bl fooundefthumb
-
- .thumb
- .type foo, %function
- .thumb_func
-foo:
- nop
- nop
-fooundefthumb:
- nop
-
- .align 2
- .type foo2, %function
- .arm
-foo2:
- bleq fooundefthumb @no relocs
- beq fooundefthumb @no relocs
- b fooundefthumb @no relocs
- bleq foo @ R_ARM_PCREL_JUMP
- beq foo @ R_ARM_PCREL_JUMP
- b foo @ R_ARM_PCREL_JUMP
- nop
-fooundefarm:
- nop