Patch for PR target/27880 (Use of _Unwind_GetIPInfo)

Jack Howarth howarth@bromo.msbb.uc.edu
Fri Oct 6 22:32:00 GMT 2006


Steve,
   Shouldn't that be...

   /* Parse the LSDA header.  */
   p = parse_lsda_header (context, language_specific_data, &info);
 #ifdef HAVE_GETIPINFO
   ip = _Unwind_GetIPInfo (context, &ip_before_insn);
   if (! ip_before_insn)
     --ip;
 #else
   ip = _Unwind_GetIP (context) - 1;
 #endif
   landing_pad = 0;

...instead?

http://gcc.gnu.org/viewcvs/trunk/gcc/unwind-c.c?r1=107091&r2=111488&diff_format=h

FYI,
             Jack



More information about the Gcc-patches mailing list