summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/testsuite/gas/arm/blx-local.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/testsuite/gas/arm/blx-local.s')
-rw-r--r--binutils-2.17/gas/testsuite/gas/arm/blx-local.s16
1 files changed, 0 insertions, 16 deletions
diff --git a/binutils-2.17/gas/testsuite/gas/arm/blx-local.s b/binutils-2.17/gas/testsuite/gas/arm/blx-local.s
deleted file mode 100644
index c85a562d..00000000
--- a/binutils-2.17/gas/testsuite/gas/arm/blx-local.s
+++ /dev/null
@@ -1,16 +0,0 @@
- .text
- .arch armv5t
- .arm
-one:
- blx foo
- blx foo2
-
- .thumb
- .type foo, %function
- .thumb_func
-foo:
- nop
- .type foo2, %function
- .thumb_func
-foo2:
- nop