i686: Remove _dl_skip_args usage
Since ad43cac4 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>
Loading
Please register or sign in to comment