2
0
mirror of https://github.com/bebbo/amigaos-binutils-2.14.git synced 2025-12-08 17:38:25 +00:00

@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

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;