summaryrefslogtreecommitdiffstats
path: root/libgloss/m68k/fido-crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/m68k/fido-crt0.S')
-rw-r--r--libgloss/m68k/fido-crt0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/m68k/fido-crt0.S b/libgloss/m68k/fido-crt0.S
index 1ef573a4d..757d9eb21 100644
--- a/libgloss/m68k/fido-crt0.S
+++ b/libgloss/m68k/fido-crt0.S
@@ -283,10 +283,10 @@ SYM (_start):
movel IMM (SYM(__do_global_dtors)),(sp)
jsr SYM (atexit)
#endif
- movel IMM (__FINI_SECTION__),(sp)
+ movel IMM (_fini),(sp)
jsr SYM (atexit)
- jsr __INIT_SECTION__
+ jsr _init
/*
* call the main routine from the application to get it going.