alpha: Remove _dl_skip_args usage
commit1e4fb2e1ab7dc0b90c0ded24f15088d29fa143cd
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:00:48 +0000 (26 13:00 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:32:22 +0000 (30 16:32 -0300)
tree99d9fd35e39843312958133aa00814db4af6bd10
parenta8f62164b1d0ea6583c9c5d05aa4be9c946c2004
alpha: Remove _dl_skip_args usage

Since ad43cac44a the generic code already shuffles the argv/envp/auxv
on the stack to remove the ld.so own arguments and thus _dl_skip_args
is always 0.  It makes the fixup_stack branch ununsed.

Checked with qemu-user that arguments are correctly passed on both
constructors and main program.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/alpha/dl-machine.h