On 09/04/2018 06:37 PM, DJ Delorie wrote: > > Stefan Liebler writes: >> + if (strncmp (argv[1], support_objdir_elf_ldso, >> + strlen (support_objdir_elf_ldso)) == 0) > > If we're comparing the whole name now, this could be a strcmp() instead? > Yes, of course. You are right. I've updated the patch. Thanks Stefan