gcc/gcc ChangeLog unwind-libunwind.c
rth@gcc.gnu.org
rth@gcc.gnu.org
Thu Mar 27 18:14:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: rth@gcc.gnu.org 2003-03-27 18:13:59
Modified files:
gcc : ChangeLog unwind-libunwind.c
Log message:
* 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().
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17226&r2=1.17227
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/unwind-libunwind.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
More information about the Gcc-cvs
mailing list