libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 0/8] misc fixes


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 0/8] misc fixes
Date: Tue, 31 Jul 2012 23:06:26 +0300

Hello,

Here is a collection of misc fixes to libunwind, please review.

Tommi Rantala (8):
  Rip out AC_TYPE_SIGNAL and sighandler_t check
  Allow IA64 cross-compilation
  IA64: use tdep_find_unwind_table() in coredump lib
  Fix --enable-debug-frame build
  IA64: `ent' needed conditionally in Gtables.c
  Fix IP vs. PC confusion in tests on ARM
  Use unw_context_t instead of ucontext_t in tests/Gtest-trace.c and
    tests/Gtest-bt.c
  Fix typo in unw_get_proc_name documentation

 configure.in                               |    8 ---
 doc/unw_get_proc_name.man                  |    2 +-
 doc/unw_get_proc_name.tex                  |    2 +-
 src/Makefile.am                            |   15 ++---
 src/coredump/_UCD_find_proc_info.c         |    4 +-
 src/coredump/_UPT_get_dyn_info_list_addr.c |    2 +-
 src/dwarf/Gfind_unwind_table.c             |    2 +-
 src/ia64/Gtables.c                         |    4 +-
 src/ia64/mk_Gcursor_i.c                    |   91 ++++++++--------------------
 src/ia64/mk_cursor_i                       |    7 +++
 tests/Gtest-bt.c                           |    6 +-
 tests/Gtest-trace.c                        |    8 +--
 tests/test-coredump-unwind.c               |    2 +-
 13 files changed, 53 insertions(+), 100 deletions(-)
 create mode 100755 src/ia64/mk_cursor_i

-- 
1.7.9.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]