+Mon Aug 9 11:29:53 1993 Ian Lance Taylor (ian@cygnus.com)
+
+ * ecoff.c (ecoff_slurp_armap): Correct bug in initialization of
+ stringbase.
+
Sun Aug 8 12:21:13 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* configure.in: Remove unneeded test.
/* 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
{