diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 47a8f22..7e30584 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -9693,7 +9693,8 @@ process_archive (char *file_name, FILE *file) return 1; } - if (const_strneq (arhdr.ar_name, "/ ")) + if (const_strneq (arhdr.ar_name, "/ ") + || const_strneq (arhdr.ar_name, "/SYM64/ ")) { /* This is the archive symbol table. Skip it. FIXME: We should have an option to dump it. */ |