diff options
| -rw-r--r-- | gcc/ChangeLog | 7 | ||||
| -rw-r--r-- | gcc/config/t-libunwind | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c9bea38..604d4e1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index a27c5e2..53ba327 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 |
