Hello, This moves a chunk of d10v's frame unwind code into trad-frame.[hc]. It creates a simple framework that traditional unwinders can use - a successor to get_frame_saved_regs(). Handling the problem of the previous frame's PC being in this frame's LR is remarkably simple - just copy the saved location of LR into PC! committed, Andrew