]> sourceware.org Git - glibc.git/commit
s390: Remove _dl_skip_args usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:13:05 +0000 (13:13 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:33:25 +0000 (16:33 -0300)
commit22d8935d1d80c73b564cccde1bcb10cba05bc8d3
treeae48a82b6937521ce1b342c09cc55b70eefe59d3
parentd62123c1ed2506f85a2f17aa195eb682796fd7ed
s390: 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 on s390x-linux-gnu and s390-linux-gnu.

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