unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP...
authorJakub Jelinek <jakub@redhat.com>
Sat, 4 Mar 2006 07:07:12 +0000 (08:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 4 Mar 2006 07:07:12 +0000 (08:07 +0100)
commit4469af7acf60b8af84174ece207e847e74067b27
tree01ee0349453e355702c314fbf8bd839a81f7127b
parent636ffc571b3addf382dc6f5b9cd6c84fd798f051
unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP constants.

* unwind-dw2.h (_Unwind_FrameState): Add REG_SAVED_VAL_OFFSET
and REG_SAVED_VAL_EXP constants.
* unwind-dw2.c (struct _Unwind_Context): Add by_value array.
(_Unwind_GetGR, _Unwind_SetGR, _Unwind_GetGRPtr, _Unwind_SetGRPtr):
Handle regs stored by value.
(_Unwind_SetGRValue, _Unwind_GRByValue): New functions.
(execute_cfa_program): Handle DW_CFA_val_offset,
DW_CFA_val_offset_sf and DW_CFA_val_expression.
(uw_update_context_1): Handle REG_SAVED_REG with regs stored by
value specially.  Handle REG_SAVED_VAL_OFFSET and REG_SAVED_VAL_EXP.
(uw_install_context_1): Handle target regs stored by value.

* gcc.target/i386/cleanup-1.c: New test.
* gcc.target/i386/cleanup-2.c: New test.

From-SVN: r111705
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/cleanup-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/i386/cleanup-2.c [new file with mode: 0644]
gcc/unwind-dw2.c
gcc/unwind-dw2.h