* ld-elf/init0.s: Add alloc attribute to .section directive.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / init3.s
index d6639ce2d05eb5f10edd7bd415df20836ec31094..71696c0501dd439ba7a310665e7e4b025bc8cc1f 100644 (file)
@@ -1,4 +1,4 @@
-       .section .init
+       .section .init, "a"
        .p2align 4
        .type   foo3,%function
 foo3:
This page took 0.023217 seconds and 4 git commands to generate.