summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/aarch64/mapping.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/aarch64/mapping.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/aarch64/mapping.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/aarch64/mapping.s b/binutils-2.25/gas/testsuite/gas/aarch64/mapping.s
new file mode 100644
index 00000000..2bd8bffb
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/aarch64/mapping.s
@@ -0,0 +1,16 @@
+ .text
+ .global mapping
+mapping:
+ nop
+ bl mapping
+
+ .global another_mapping
+another_mapping:
+ nop
+ bl another_mapping
+
+ .data
+ .word 0x123456
+
+ .section foo,"ax"
+ nop