diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 2003-11-20 14:56:55 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2003-11-20 14:56:55 -0800 |
commit | 18e06e1133c1620139cdd44a12525edec5b3ba65 (patch) | |
tree | 90c504defcb8206dcb0c79c62cb5f6cd6f743a39 | |
parent | 3e7869c6443a05a1fdbedd087eed14402df2875f (diff) | |
download | gcc-18e06e1133c1620139cdd44a12525edec5b3ba65.zip gcc-18e06e1133c1620139cdd44a12525edec5b3ba65.tar.gz gcc-18e06e1133c1620139cdd44a12525edec5b3ba65.tar.bz2 |
Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind.
From-SVN: r73778
-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 |