[BZ #230]
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Jun 2004 21:03:34 +0000 (21:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Jun 2004 21:03:34 +0000 (21:03 +0000)
(_dl_start_user): Use ldah/ldl to load _dl_skip_args.

sysdeps/alpha/dl-machine.h

index 35d7e1d..7c5f3c1 100644 (file)
@@ -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\