summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/local_function.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/arm/local_function.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/arm/local_function.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/arm/local_function.s b/binutils-2.25/gas/testsuite/gas/arm/local_function.s
new file mode 100644
index 00000000..1d98a374
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/arm/local_function.s
@@ -0,0 +1,10 @@
+ .text
+ .type foo, %function
+foo:
+ bl bar
+
+ .section .text.bar
+ nop
+ .type bar, %function
+bar:
+ nop