nios2: Remove _dl_skip_args usage (BZ# 29187)
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 with qemu-user that arguments are correctly passed on both constructors and main program. Reviewed-by:Carlos O'Donell <carlos@redhat.com> (cherry picked from commit 4868ba5d)
Loading
Please register or sign in to comment