OSDN Git Service

* unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 11:41:16 +0000 (11:41 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Apr 2009 11:41:16 +0000 (11:41 +0000)
commitd02454a0d2e61b542b55db4f65bb6763d714a922
tree1ec79fced82ed21a4a99ea0de1bfbb49408cc202
parent19f6bf8d98e213f2da574c5e090fa959b4177fc0
* unwind-dw2.h (_Unwind_FrameState): Add REG_UNDEFINED enum value.
* unwind-dw2.c (execute_cfa_program): Set how to REG_UNDEFINED
instead of REG_UNSAVED for DW_CFA_undefined.
(uw_update_context_1): Handle REG_UNDEFINED the same as REG_UNSAVED.
(uw_update_context): If RA column is REG_UNDEFINED, mark it as
outermost frame.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145535 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/unwind-dw2.c
gcc/unwind-dw2.h