From: Ulrich Drepper Date: Mon, 28 Jun 2004 21:03:34 +0000 (+0000) Subject: [BZ #230] X-Git-Tag: upstream/2.30~10627^2~1160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a18e04cfb5565352dfd0f2ab006b39b76d9311fd;p=external%2Fglibc.git [BZ #230] (_dl_start_user): Use ldah/ldl to load _dl_skip_args. --- diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index 35d7e1d..7c5f3c1 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -321,7 +321,8 @@ _dl_start_user: \n\ mov $0, $9 \n\ /* See if we were run as a command with the executable \n\ file name as an extra leading argument. */ \n\ - ldl $1, _dl_skip_args($gp) !gprel \n\ + ldah $1, _dl_skip_args($gp) !gprelhigh \n\ + ldl $1, _dl_skip_args($1) !gprellow \n\ bne $1, $fixup_stack \n\ $fixup_stack_ret: \n\ /* The special initializer gets called with the stack \n\