public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* H.J. Lu's frame.c patch is not included
@ 1997-11-07  1:26 Teemu Torma
  1997-11-07 18:21 ` Jeffrey A Law
  0 siblings, 1 reply; 5+ messages in thread
From: Teemu Torma @ 1997-11-07  1:26 UTC (permalink / raw)
  To: egcs

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <199711070926.KAA27169.cygnus.egcs@baht.labs.trema.com>]

end of thread, other threads:[~1997-11-07 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-11-07  1:26 H.J. Lu's frame.c patch is not included Teemu Torma
1997-11-07 18:21 ` Jeffrey A Law
     [not found] <199711070926.KAA27169.cygnus.egcs@baht.labs.trema.com>
1997-11-07  2:32 ` Jason Merrill
1997-11-07  2:43   ` Teemu Torma
1997-11-07 10:33     ` Jason Merrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).