* unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2003 09:59:50 +0000 (09:59 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Nov 2003 09:59:50 +0000 (09:59 +0000)
commit358738f405897b9048582d9b32a7178895e1c274
tree979d73e2cbba427d30603801daf43b6ff3a25bd1
parent4044e7e8a165e082ec6fc43fca8531a162b698f0
* unwind-dw2.c (_Unwind_FindEnclosingFunction): Constify variable.
(uw_frame_state_for): Constify variables.
(extract_cie_info): Constify first argument.

* unwind-dw2-fde-darwin.c: Adjust prototype of
_Unwind_Find_registered_FDE for recent changes.
(examine_objects): Constify return value and local variable result.
(_Unwind_Find_FDE): Constify return value and local variable ret.

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