aboutsummaryrefslogtreecommitdiff
path: root/bfd/archive.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/archive.c')
-rw-r--r--bfd/archive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/archive.c b/bfd/archive.c
index a9bb469..4f22658 100644
--- a/bfd/archive.c
+++ b/bfd/archive.c
@@ -701,7 +701,7 @@ do_slurp_coff_armap (abfd)
}
*stringbase = 0;
- ardata->symdef_count = swap((PTR)raw_armap);
+ ardata->symdef_count = nsymz;
ardata->first_file_filepos = bfd_tell (abfd);
/* Pad to an even boundary if you have to */
ardata->first_file_filepos += (ardata->first_file_filepos) %2;