h8300: Add flags to .section directives.
From-SVN: r176996
This commit is contained in:
parent
b87ac61522
commit
c469244ec0
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -55,9 +55,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
#endif
|
||||
#endif
|
||||
|
||||
.section .init
|
||||
.section .init, "ax", @progbits
|
||||
.global __init
|
||||
__init:
|
||||
.section .fini
|
||||
.section .fini, "ax", @progbits
|
||||
.global __fini
|
||||
__fini:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue