From: Jim Wilson Date: Thu, 20 Nov 2003 22:56:55 +0000 (-0800) Subject: Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind. X-Git-Tag: releases/gcc-3.4.0~2192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=18e06e1133c1620139cdd44a12525edec5b3ba65;p=thirdparty%2Fgcc.git Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind. From-SVN: r73778 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9bea389ef51..604d4e1535f4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,10 +1,7 @@ 2003-11-20 David Mosberger - * config/t-libunwind: Mention unwind-c.c. - (SHLIB_LC): Overwrite the default-value from t-slibgcc-elf-ver - and mention -lunwind so that the resulting libgcc_s.so has - the necessary DT_NEEDED entry for libunwind. - + * config/t-libunwind (LIB2ADDEH): Add unwind-c.c. + (SHLIB_LC): Define. * unwind-libunwind.c (_Unwind_GetCFA): Implement. (_Unwind_GetBSP) [UNW_TARGET_IA64]: New function. diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index a27c5e224f11..53ba327a3167 100644 --- a/gcc/config/t-libunwind +++ b/gcc/config/t-libunwind @@ -1,3 +1,6 @@ +# Override the default value from t-slibgcc-elf-ver and mention -lunwind +# so that the resulting libgcc_s.so has the necessary DT_NEEDED entry for +# libunwind. SHLIB_LC = -lunwind -lc LIB2ADDEH = $(srcdir)/unwind-libunwind.c $(srcdir)/unwind-sjlj.c \ $(srcdir)/unwind-c.c