* config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
From-SVN: r271632
+2019-05-26 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/linux-unwind.h (pa32_fallback_frame_state): Add cast.
+
2019-05-04 Michael Meissner <meissner@linux.ibm.com>
* ChangeLog.ibm: Delete unintentional commit on the wrong branch.
return _URC_END_OF_STACK;
frame = (struct rt_sigframe *)(sp + off);
- sc = &frame->uc.uc_mcontext;
+ sc = (struct sigcontext *)&frame->uc.uc_mcontext;
new_cfa = sc->sc_gr[30];
fs->regs.cfa_how = CFA_REG_OFFSET;