]> sourceware.org Git - glibc.git/commit
microblaze: Remove _dl_skip_args usage
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 May 2022 16:11:17 +0000 (13:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 May 2022 19:33:14 +0000 (16:33 -0300)
commit90cf8e6f0a459ced1a3ed2ab54030ed41e3d639d
tree4a90ac765cd90644327d1af380639bc803e8e77f
parentee39fafa9814f19506524e35a51b3ad4ccbd154e
microblaze: 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/microblaze/dl-machine.h
This page took 0.037491 seconds and 5 git commands to generate.