Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 20 Nov 2003 22:56:55 +0000 (14:56 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 20 Nov 2003 22:56:55 +0000 (14:56 -0800)
From-SVN: r73778

gcc/ChangeLog
gcc/config/t-libunwind

index c9bea389ef51a6b046b35e925062a75a2b7d9fd3..604d4e1535f4c042e556ded4fce6ee7075cfedcc 100644 (file)
@@ -1,10 +1,7 @@
 2003-11-20 David Mosberger  <davidm@hpl.hp.com>
 
-       * 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.
 
index a27c5e224f11d4fdbd3aec3109580ec3812f5518..53ba327a3167bb648604f90588730c47d016f1cd 100644 (file)
@@ -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