From: Ulrich Drepper Date: Tue, 27 Aug 1996 02:22:22 +0000 (+0000) Subject: update from main archive 960826 X-Git-Tag: glibc-2.16-ports-before-merge~3739 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a7ad1005c77f77910045dd281d342a6e07a8e6e;p=thirdparty%2Fglibc.git update from main archive 960826 --- diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 2bf8f9b7ec0..3704c25c3ce 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -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