* unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Mar 2003 18:13:59 +0000 (18:13 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Mar 2003 18:13:59 +0000 (18:13 +0000)
commite2b2fa1f2f0938c8e43e21cfa6bf39ca562b11ec
treea0fc8074588a26af6b31dc681446f6de94c21748
parent9e81e8685a0e989b367f68c3018682d5e4377385
    * unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind
        v0.9 API change: replace read of UNW_REG_HANDLER with
        unw_get_proc_info().
        (_Unwind_GetLanguageSpecificData): Replace read of UNW_REG_LSDA
        with unw_get_proc_info().
        (_Unwind_GetRegionStart): Replace UNW_REG_PROC_START with
        unw_get_proc_info().

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