]> sourceware.org Git - glibc.git/commit
mips: Remove _dl_skip_args usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:11:58 +0000 (13:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:33:16 +0000 (16:33 -0300)
commit44fc092c0d86e5ff44c5eeff20934dd8c0b645fa
tree67b71caa7cc93d01907a624d0b064cb38911e831
parent90cf8e6f0a459ced1a3ed2ab54030ed41e3d639d
mips: 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.

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

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
sysdeps/mips/dl-machine.h
This page took 0.041835 seconds and 5 git commands to generate.