H.J. Lu's frame.c patch is not included

Teemu Torma tot@trema.com
Fri Nov 7 01:26:00 GMT 1997


In egcs-971105, H.J. Lu's frame.c patch is not included, event
though ChangeLog suggests it.

Sun Oct 26 11:41:49 1997  Jason Merrill  <jason@yorick.cygnus.com>

	...
	From H.J. Lu:
	* frame.c (count_fdes, add_fdes): Skip linked once FDE entries.

The code says:
      /* Skip CIEs and linked once FDE entries.  */
      if (this_fde->CIE_delta == 0 || this_fde->pc_range == 0)
	continue;

so it is not skipping entries when pc_begin == 0.
Is it a typo or just vanished somehow?  In either case, the current
code does not work unless pc_begin check is included.

Teemu



More information about the Gcc mailing list