From: Ulrich Drepper Date: Mon, 26 Aug 1996 00:42:04 +0000 (+0000) Subject: update from main archive 960825 X-Git-Tag: glibc-2.16-ports-before-merge~3740 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c080e5ff92c48de8870009d9d56ddad42039792e;p=thirdparty%2Fglibc.git update from main archive 960825 --- diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index f36b9ce2f45..8b9872c15ad 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -175,7 +175,7 @@ _dl_start_user: | Loop to call _dl_init_next for the next initializer. jra 0b 1: | Clear the startup flag. - move.l #0, _dl_starting_up@GOT(%a5) + clr.l _dl_starting_up@GOT(%a5) | Pass our finalizer function to the user in %a1. move.l _dl_fini@GOT(%a5), %a1 | Initialize %fp with the stack pointer.