update from main archive 960825

This commit is contained in:
Ulrich Drepper 1996-08-26 00:42:04 +00:00
parent 141ce15d97
commit c080e5ff92

View File

@ -175,7 +175,7 @@ _dl_start_user:
| Loop to call _dl_init_next for the next initializer.
jra 0b
1: | Clear the startup flag.
move.l #0, _dl_starting_up@GOT(%a5)
clr.l _dl_starting_up@GOT(%a5)
| Pass our finalizer function to the user in %a1.
move.l _dl_fini@GOT(%a5), %a1
| Initialize %fp with the stack pointer.