]> git.ipfire.org Git - thirdparty/glibc.git/commit
i686: Remove _dl_skip_args usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:07:00 +0000 (13:07 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:32:57 +0000 (16:32 -0300)
commit1b7f05d11e75594c06f0a8d193c80c7f74857d5f
tree1daf8a072596e2b35ec441286488f956bd8bd559
parent6242602273feb8d68cd51cff0ad21b3c8ee11fc6
i686: 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 i686-linux-gnu.

Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/i386/dl-machine.h