This is the mail archive of the binutils@sourceware.org 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: Avoid coff OOM


Hi Alan,

Nick, I'm not sure whether throwing away the function entries in the
line table when you hit a bad symbol is a good idea.  Doing that
mashes any following line number entries into the previous function.
Perhaps throw them away too, until you hit the next good function
entry?

Like this.

	PR 17521
	* coffcode.h (coff_slurp_line_table): Drop line number info
	not preceded by a valid function entry.  Revert last change.

Much better - thanks for the suggestion. Would you mind applying the patch too ?

Cheers
  Nick


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