ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tbss.s
index fc3be3d637858789950dc1f3c67919b570cafc40..cc43340da23655fa5ab29c8876680492079a824b 100644 (file)
@@ -1,15 +1,15 @@
        .file   "x.c"
-.globl bss
-       .section        .bss,"aw",@nobits
-       .align 4096
-       .type   bss,@object
+       .globl bss
+       .section        .bss,"aw",%nobits
+       .p2align 12
+       .type   bss,%object
        .size   bss,4096
 bss:
        .zero   4096
-.globl tbss
-       .section        .tbss,"awT",@nobits
-       .align 4096
-       .type   tbss,@object
+       .globl tbss
+       .section        .tbss,"awT",%nobits
+       .p2align 12
+       .type   tbss,%object
        .size   tbss,4096
 tbss:
        .zero   4096
This page took 0.024091 seconds and 4 git commands to generate.