From: Roland McGrath Date: Mon, 17 Jun 1996 21:49:10 +0000 (+0000) Subject: Wed Jun 12 20:40:51 1996 Andreas Schwab X-Git-Tag: glibc-2.16-ports-before-merge~3782 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d610b3a3d5e598be3d11e0add556fd1b94c871f;p=thirdparty%2Fglibc.git Wed Jun 12 20:40:51 1996 Andreas Schwab * sysdeps/m68k/dl-machine.h (RTLD_START): Fix access to _dl_default_scope. --- diff --git a/sysdeps/m68k/dl-machine.h b/sysdeps/m68k/dl-machine.h index ad3b6c35904..0f64d686ede 100644 --- a/sysdeps/m68k/dl-machine.h +++ b/sysdeps/m68k/dl-machine.h @@ -255,8 +255,8 @@ _dl_start_user: | Push back the modified argument count. move.l %d1, -(%sp) 0: | Push _dl_default_scope[2] as argument in _dl_init_next call below. - move.l ([_dl_default_scope@GOT, %a5]), %d2 -0: move.l (%d2, 8), -(%sp) + move.l ([_dl_default_scope@GOT, %a5], 8), %d2 +0: move.l %d2, -(%sp) | Call _dl_init_next to return the address of an initializer | function to run. bsr.l _dl_init_next@PLTPC