DW_CFA_restore goes to DW_CFA_undefined, not DW_CFA_unreferenced.
+2011-10-28 Ian Lance Taylor <iant@google.com>
+
+ * dwarf.c (display_debug_frames): If do_debug_frames_interp,
+ DW_CFA_restore goes to DW_CFA_undefined, not DW_CFA_unreferenced.
+
2011-10-28 Walter Lee <walt@tilera.com>
* NEWS: Mention addition of TILEPro and TILE-Gx support.
{
fc->col_type[opa] = cie->col_type[opa];
fc->col_offset[opa] = cie->col_offset[opa];
+ if (do_debug_frames_interp
+ && fc->col_type[opa] == DW_CFA_unreferenced)
+ fc->col_type[opa] = DW_CFA_undefined;
}
break;