summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-checks/asm.s')
-rw-r--r--ld/testsuite/ld-checks/asm.s11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-checks/asm.s b/ld/testsuite/ld-checks/asm.s
new file mode 100644
index 0000000..86e7310
--- /dev/null
+++ b/ld/testsuite/ld-checks/asm.s
@@ -0,0 +1,11 @@
+ .text
+ .global foo
+foo:
+ .long 0x12345678
+
+ .data
+ .global bar
+bar:
+ .long 0x87654321
+
+ .lcomm dummy, 0x12