@R be more tolerant and accept "ARFILENAMES/ " or "ARFILENAMES/"

This commit is contained in:
bebbo 2017-03-14 00:50:02 +01:00
parent e9935d1863
commit 8744207006
1 changed files with 1 additions and 0 deletions

View File

@ -1096,6 +1096,7 @@ _bfd_slurp_extended_name_table (abfd)
return FALSE;
if (strncmp (nextname, "ARFILENAMES/ ", 16) != 0 &&
strcmp (nextname, "ARFILENAMES/") != 0 &&
strncmp (nextname, "// ", 16) != 0)
{
bfd_ardata (abfd)->extended_names = NULL;