From: Andreas Schwab Date: Wed, 7 Oct 1998 02:02:53 +0000 (+0000) Subject: * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup X-Git-Tag: glibc-2.16-ports-before-merge~3090 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=641d7074001bd7c4dd0f90f32a8c06390c942e00;p=thirdparty%2Fglibc.git * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup flag. --- diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index 88fcd1f0bc8..067c2fbb888 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -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.