]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-checks/asm.s
19990502 sourceware import
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-checks / asm.s
1 .text
2 .global foo
3 foo:
4 .long 0x12345678
5
6 .data
7 .global bar
8 bar:
9 .long 0x87654321
10
11 .lcomm 0x12
12
13
14