h8300: Add flags to .section directives.
[gcc.git] / gcc / config / h8300 / crtn.asm
index 3115fcbc3e621ea10ea00d66964e4db0540f3102..173fde13b5bda05abaa2cb465d34cc94b2b50969 100644 (file)
@@ -46,8 +46,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
        .h8300sx
 #endif
 #endif
-       .section .init
+       .section .init, "ax", @progbits
        rts
 
-       .section .fini
+       .section .fini, "ax", @progbits
        rts