This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: patch for binutils bfd/ecoff.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]