diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-11 20:50:33 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-11 20:50:33 +0000 |
commit | 7f4135648f70c5d50795f26e5dfa74cde1c84278 (patch) | |
tree | ac92f83a08c9061fe3cd759449a08d341d431a0c /gcc/config/t-libunwind | |
parent | 749b6fab0265d445ecbe8ba658eef271e702a184 (diff) | |
download | gcc-7f4135648f70c5d50795f26e5dfa74cde1c84278.tar.gz |
libunwind related patch from David Mosberger
* unwind-libunwind.c (_Unwind_SetGR): Clear the NaT bit as
required by C++ ABI for Itanium.
* config/t-libunwind (LIB2ADDEH): Remove unwind-libunwind.c.
* config/t-libunwind-no-eh: New file.
* configure.in: Check libunwind for _Unwind_Resume() and if it's
present, set libunwind_has_eh_support to "yes".
* configure: Regenerate.
* config.gcc (ia64*-*-linux*): If $libunwind_has_eh_support is
set to yes, use t-libunwind, otherwise, use t-libunwind-no-eh.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/t-libunwind')
-rw-r--r-- | gcc/config/t-libunwind | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/t-libunwind b/gcc/config/t-libunwind index 53ba327a316..2204ae316d7 100644 --- a/gcc/config/t-libunwind +++ b/gcc/config/t-libunwind @@ -2,5 +2,4 @@ # 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 +LIB2ADDEH = $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c |