csky: Remove _dl_skip_args usage
commit00477963c6a5abd3075044f180d4d0d122a77de0
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:06:06 +0000 (26 13:06 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:32:33 +0000 (30 16:32 -0300)
treecf0bf20b4fa349eb610fddcfbe6f46ee4ec74f08
parentf20464e9e42514c11d7cbb630d33b49b35b2f202
csky: 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.

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