summaryrefslogtreecommitdiffstats
path: root/binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s')
-rw-r--r--binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s41
1 files changed, 0 insertions, 41 deletions
diff --git a/binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s b/binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s
deleted file mode 100644
index d79c5ed4..00000000
--- a/binutils-2.24/gas/testsuite/gas/arm/bl-local-2.s
+++ /dev/null
@@ -1,41 +0,0 @@
- .arch armv5te
-
- .text
- .align 2
- .code 32
- .type myfunction, %function
-myfunction:
- bx r14
-
- .text
- .align 2
- .code 16
- .thumb_func
- .global caller
- .type caller, %function
-caller:
- nop
- bl myfunction
- nop
- bl myfunction
- nop
- bl myfunction
- nop
- bl myfunction
-
- .text
- .align 2
- .code 16
- .type mythumbfunction, %function
- .thumb_func
-mythumbfunction:
- bx r14
-
- .text
- .align 2
- .code 32
- .global armcaller
- .type armcaller, %function
-armcaller:
- bl mythumbfunction
-