* ld-elf/init0.s: Add alloc attribute to .section directive.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init2.s
index 2c5c35319306d363da196fa84ea5e7e466535cdf..0185148f9f7583be245e69a9eb603030464eee6a 100644 (file)
@@ -1,4 +1,4 @@
-       .section .init
+       .section .init, "a"
        .p2align 6
        .type   foo2,%function
 foo2:
This page took 0.024387 seconds and 4 git commands to generate.