* ecoff.c (ecoff_slurp_armap): Correct bug in initialization of

stringbase.
This commit is contained in:
Ian Lance Taylor
1993-08-09 18:32:39 +00:00
parent b992d16b88
commit 3036933a88
2 changed files with 6 additions and 1 deletions

View File

@ -4002,7 +4002,7 @@ ecoff_slurp_armap (abfd)
/* This code used to overlay the symdefs over the raw archive data,
but that doesn't work on a 64 bit host. */
stringbase = raw_ptr + count * (2 * LONG_SIZE) + LONG_SIZE;
stringbase = raw_armap + count * (2 * LONG_SIZE) + 2 * LONG_SIZE;
#ifdef CHECK_ARMAP_HASH
{