* ldexp.c: Add LOG2CEIL() builtin function to linker script language
[deliverable/binutils-gdb.git] / ld / testsuite / ld-checks / asm.s
index ad5e177f63be0b544b458bd89bcf462f3a7800e1..86e7310a59a518425331a2931814db2588316348 100644 (file)
@@ -1,9 +1,9 @@
-.text
+ .text
        .global foo
 foo:
        .long 0x12345678
 
-.data
+ .data
        .global bar
 bar:
        .long 0x87654321
This page took 0.026132 seconds and 4 git commands to generate.