unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind v0.9 API change...
authorDavid Mosberger <davidm@hpl.hp.com>
Thu, 27 Mar 2003 18:13:59 +0000 (18:13 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 27 Mar 2003 18:13:59 +0000 (10:13 -0800)
commitf18ab43711810de62db708d3c643664344c96aef
treea0fc8074588a26af6b31dc681446f6de94c21748
parenteaff4b90a0d00119fdc97e9eed6617fe9b2f2a65
unwind-libunwind.c (uw_frame_state_for): Adjust for libunwind v0.9 API change...

        * 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().

From-SVN: r64927
gcc/ChangeLog
gcc/unwind-libunwind.c