diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-20 22:56:55 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-11-20 22:56:55 +0000 |
commit | a70c1fb357539791554609e1fcfcf915a854296c (patch) | |
tree | 90c504defcb8206dcb0c79c62cb5f6cd6f743a39 /gcc/config | |
parent | 77f88a0248cf6506e55f11e46683e3049001a86b (diff) | |
download | ppe42-gcc-a70c1fb357539791554609e1fcfcf915a854296c.tar.gz ppe42-gcc-a70c1fb357539791554609e1fcfcf915a854296c.zip |
Fix last ChangeLog entry. Move comment from ChangeLog to t-libunwind.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73778 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/t-libunwind | 3 |
1 files changed, 3 insertions, 0 deletions
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 |