| Index: gcc/gcc/config/pa/hpux-unwind.h
|
| diff --git a/gcc/gcc/config/pa/hpux-unwind.h b/gcc/gcc/config/pa/hpux-unwind.h
|
| index cfce90be6ba697d165185c840f1602a786c8b175..92061ec3677e8e4d911752d4ee7a5fc2d14d4eb0 100644
|
| --- a/gcc/gcc/config/pa/hpux-unwind.h
|
| +++ b/gcc/gcc/config/pa/hpux-unwind.h
|
| @@ -351,6 +351,7 @@ pa_fallback_frame_state (struct _Unwind_Context *context,
|
|
|
| fs->retaddr_column = DWARF_ALT_FRAME_RETURN_COLUMN;
|
| UPDATE_FS_FOR_PC (fs, DWARF_ALT_FRAME_RETURN_COLUMN);
|
| + fs->signal_frame = 1;
|
|
|
| return _URC_NO_REASON;
|
| }
|
|
|