* ld-elf/init0.s: Add alloc attribute to .section directive.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / fini0.s
index 3bb53f013e5b64c0c50c2e66245e207ffabdbce4..45e327c64ba38ef781d67c540705c90a28c4a1a1 100644 (file)
@@ -9,7 +9,7 @@ __start:
 main:
        .dc.a 0
 
-       .section .fini
+       .section .fini, "a"
        .p2align 2
        .global foo
        .type   foo,%function
This page took 0.022744 seconds and 4 git commands to generate.