]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
authorAndreas Schwab <schwab@suse.de>
Wed, 7 Oct 1998 02:02:53 +0000 (02:02 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 7 Oct 1998 02:02:53 +0000 (02:02 +0000)
flag.
1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

* sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
flag.

ChangeLog
sysdeps/m68k/dl-machine.h

index c3b7ccd4fe6107502c5e64efd136d9084119ad29..d776b9dd400e188fdb8ed5c0eeb986e894f5e8fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 88fcd1f0bc88ab4c871dad206385f29628c73645..067c2fbb8884f75be89a0e38eea24e63fc52edf1 100644 (file)
@@ -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.