This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: patch for binutils bfd/ecoff.c
- From: Nick Clifton <nickc at redhat dot com>
- To: "Nathan Tallent" <eraxxon at alumni dot rice dot edu>
- Cc: <binutils at sources dot redhat dot com>
- Date: 19 Sep 2002 16:40:28 +0100
- Subject: Re: patch for binutils bfd/ecoff.c
- References: <00a301c25db6$10ebe000$0ec4c943@nesini>
Hi Nathan,
> Description:
> ------------
> Fix error reading ECOFF symbol table. The entry that gives the
> *size* of the symbol table was being used as as the *number of entries* in
> the symbol table. Due to how the information is used, this caused an error
> reading the symbol table on heavily optimized binaries.
2002-09-16 Nathan Tallent <eraxxon@alumni.rice.edu>
* ecoff.c (_bfd_ecoff_slurp_symbolic_info) <ioptMax>: Fix error
reading ECOFF information: 'ioptMax' refers to the actual *size*
of the optimization symtab, not the number of entries.
Approved and applied.
Cheers
Nick