diff options
Diffstat (limited to 'libgloss/m68k/cf.sc')
-rw-r--r-- | libgloss/m68k/cf.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/m68k/cf.sc b/libgloss/m68k/cf.sc index 5a3563af2..3c936d035 100644 --- a/libgloss/m68k/cf.sc +++ b/libgloss/m68k/cf.sc @@ -61,14 +61,14 @@ SECTIONS *(.eh_frame) . = ALIGN(0x4); - __INIT_SECTION__ = . ; + _init = . ; LONG (0x4e560000) /* linkw %fp,#0 */ *(.init) SHORT (0x4e5e) /* unlk %fp */ SHORT (0x4e75) /* rts */ . = ALIGN(0x4); - __FINI_SECTION__ = . ; + _fini = . ; LONG (0x4e560000) /* linkw %fp,#0 */ *(.fini) SHORT (0x4e5e) /* unlk %fp */ |