mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 18:30:18 +00:00
* sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
flag. 1998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup flag.
This commit is contained in:
parent
442dc32629
commit
c0de721b66
@ -1,3 +1,8 @@
|
||||
1998-10-06 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||
|
||||
* sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
|
||||
flag.
|
||||
|
||||
1998-10-04 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
|
||||
|
@ -203,7 +203,7 @@ _dl_start_user:
|
||||
| Loop to call _dl_init_next for the next initializer.
|
||||
jra 0b
|
||||
1: | Clear the startup flag.
|
||||
clr.l _dl_starting_up@GOT.w(%a5)
|
||||
clr.l ([_dl_starting_up@GOT.w, %a5])
|
||||
| Pass our finalizer function to the user in %a1.
|
||||
move.l _dl_fini@GOT.w(%a5), %a1
|
||||
| Initialize %fp with the stack pointer.
|
||||
|
Loading…
Reference in New Issue
Block a user