Stefan Liebler <stli@linux.ibm.com> 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?