From 18e06e1133c1620139cdd44a12525edec5b3ba65 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Thu, 20 Nov 2003 14:56:55 -0800 Subject: [PATCH] Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind. From-SVN: r73778 --- gcc/ChangeLog | 7 ++----- gcc/config/t-libunwind | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9bea389ef5..604d4e1535f 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 a27c5e224f1..53ba327a316 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 -- 2.30.2