mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-12 02:51:47 +00:00
@R be more tolerant and accept "ARFILENAMES/ " or "ARFILENAMES/"
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user