Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-checks / asm.s
index e4e0c3324704acafd1dc0b0e074e184b81d3356a..86e7310a59a518425331a2931814db2588316348 100644 (file)
@@ -1,14 +1,11 @@
-.text
+ .text
        .global foo
 foo:
        .long 0x12345678
 
-.data
+ .data
        .global bar
 bar:
        .long 0x87654321
 
-       .lcomm 0x12
-
-
-       
\ No newline at end of file
+       .lcomm dummy, 0x12
This page took 0.022867 seconds and 4 git commands to generate.