Commit c469244e by Richard Henderson Committed by Richard Henderson

h8300: Add flags to .section directives.

From-SVN: r176996
parent b87ac615
2011-07-31 Richard Henderson <rth@redhat.com> 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. * stor-layout.c (initialize_sizetypes): Handle unsigned short.
* tree.c (build_common_tree_nodes): Likewise. * tree.c (build_common_tree_nodes): Likewise.
......
...@@ -55,9 +55,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -55,9 +55,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#endif #endif
#endif #endif
.section .init .section .init, "ax", @progbits
.global __init .global __init
__init: __init:
.section .fini .section .fini, "ax", @progbits
.global __fini .global __fini
__fini: __fini:
...@@ -46,8 +46,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -46,8 +46,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
.h8300sx .h8300sx
#endif #endif
#endif #endif
.section .init .section .init, "ax", @progbits
rts rts
.section .fini .section .fini, "ax", @progbits
rts rts
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment