diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-28 03:27:50 +0000 |
commit | 0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5 (patch) | |
tree | 25c2315cfbbb2a85fd4d95a2cde5c9229a2bd402 /sysdeps/alpha | |
parent | 3300816c38721bcddbbeb92de7fe44b90454bce6 (diff) | |
download | glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.tar.gz glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.tar.xz glibc-0e4ee106c2a3cae0c6986bc54d18ffffd7c6d7e5.zip |
Update.
2000-04-25 Jes Sorensen <Jes.Sorensen@cern.ch> * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1 to avoid name clashes with the ia32 linker. 2000-04-25 Jakub Jelinek <jakub@redhat.com> * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args handling. * manual/string.texi: Document strcasestr, strchrnul, strtoimax, strtoumax, strfry, and memfrob. * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max. Patch by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r-- | sysdeps/alpha/dl-machine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/dl-machine.h b/sysdeps/alpha/dl-machine.h index b16e1c884c..7e28d54c20 100644 --- a/sysdeps/alpha/dl-machine.h +++ b/sysdeps/alpha/dl-machine.h @@ -291,7 +291,7 @@ _dl_start_user: /* See if we were run as a command with the executable file name as an extra leading argument. */ ldl $1, _dl_skip_args - beq $1, $fixup_stack + bne $1, $fixup_stack $fixup_stack_ret: /* The special initializer gets called with the stack just as the application's entry point will see it; it can @@ -316,7 +316,7 @@ $fixup_stack: ldq $2, 0($sp) subq $2, $1, $2 mov $sp, $4 - s8addq $2, $sp, $3 + s8addq $1, $sp, $3 stq $2, 0($sp) /* Copy down argv. */ 0: ldq $5, 8($3) |