This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

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



  In message <199711070926.KAA27169@baht.labs.trema.com>you write:
  > 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.
Looks like Jason re-added it today...  Must have been a goof of
some kind.


jeff


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