aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-checks/asm.s
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-03 07:29:11 +0000
committerRichard Henderson <rth@redhat.com>1999-05-03 07:29:11 +0000
commit252b5132c753830d5fd56823373aed85f2a0db63 (patch)
tree1af963bfd8d3e55167b81def4207f175eaff3a56 /ld/testsuite/ld-checks/asm.s
downloadgdb-252b5132c753830d5fd56823373aed85f2a0db63.zip
gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.gz
gdb-252b5132c753830d5fd56823373aed85f2a0db63.tar.bz2
19990502 sourceware importbinu_ss_19990502
Diffstat (limited to 'ld/testsuite/ld-checks/asm.s')
-rw-r--r--ld/testsuite/ld-checks/asm.s14
1 files changed, 14 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..e4e0c33
--- /dev/null
+++ b/ld/testsuite/ld-checks/asm.s
@@ -0,0 +1,14 @@
+.text
+ .global foo
+foo:
+ .long 0x12345678
+
+.data
+ .global bar
+bar:
+ .long 0x87654321
+
+ .lcomm 0x12
+
+
+ \ No newline at end of file