]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 960826
authorUlrich Drepper <drepper@redhat.com>
Tue, 27 Aug 1996 02:22:22 +0000 (02:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 27 Aug 1996 02:22:22 +0000 (02:22 +0000)
sysdeps/alpha/dl-machine.h

index 2bf8f9b7ec05fe4c36bd9a62717d833509c02819..3704c25c3ce74e704dc217c902d667d5b583a56c 100644 (file)
@@ -217,7 +217,11 @@ _dl_start_user:
        jsr     $26, ($0)
        ldgp    $gp, 0($26)
        br      1b
-2:     /* Pass our finalizer function to the user in $0. */
+2:     /* Clear the startup flag.  */
+       .set at
+       stl     $31, _dl_starting_up
+       .set noat
+       /* Pass our finalizer function to the user in $0. */
        lda     $0, _dl_fini
        /* Jump to the user's entry point.  */
        mov     $9, $27