arc: Remove _dl_skip_args usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:04:40 +0000 (13:04 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:32:29 +0000 (16:32 -0300)
commitf20464e9e42514c11d7cbb630d33b49b35b2f202
treee2cc268ccf2cc9685662bbd729e7260f661aee61
parent49d877a80b29d3002887b084eec6676d9f5fec18
arc: 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.  So there is no need to adjust the argc or argv.

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