patch for binutils bfd/ecoff.c

Nick Clifton nickc@redhat.com
Thu Sep 19 09:15:00 GMT 2002


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



More information about the Binutils mailing list