+2011-07-31 Richard Henderson <rth@redhat.com>
+
+ * config/h8300/crti.asm: Add flags to .section directive.
+ * config/h8300/crtn.asm: Likewise.
+
2011-07-31 Richard Henderson <rth@redhat.com>
* stor-layout.c (initialize_sizetypes): Handle unsigned short.
#endif
#endif
- .section .init
+ .section .init, "ax", @progbits
.global __init
__init:
- .section .fini
+ .section .fini, "ax", @progbits
.global __fini
__fini:
.h8300sx
#endif
#endif
- .section .init
+ .section .init, "ax", @progbits
rts
- .section .fini
+ .section .fini, "ax", @progbits
rts