aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pa/linux-unwind.h')
-rw-r--r--gcc/config/pa/linux-unwind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/linux-unwind.h b/gcc/config/pa/linux-unwind.h
index 733f772c1c7..a0560e97445 100644
--- a/gcc/config/pa/linux-unwind.h
+++ b/gcc/config/pa/linux-unwind.h
@@ -135,6 +135,7 @@ pa32_fallback_frame_state (struct _Unwind_Context *context,
fs->regs.reg[DWARF_ALT_FRAME_RETURN_COLUMN].loc.offset
= (long) &sc->sc_iaoq[0] - new_cfa;
fs->retaddr_column = DWARF_ALT_FRAME_RETURN_COLUMN;
+ fs->signal_frame = 1;
return _URC_NO_REASON;
}
#endif /* inhibit_libc */