Hi, The first four patches contain some minor test suite fixes. While the fifth patch implements basic support on ARM Linux for resuming at a certain stack frame using unw_resume. The changes can be pulled from git://git.linaro.org/people/kwerner/libunwind.git
Ken Werner (5): Add the appropriate libraries to the *_LDADD variables. ARM: tests/Gtest-trace.c - IP printing ARM: tests/Gtest-dyn1.c fixes. ARM: tests/Gtest-dyn1.c workaround for GCC bug. Add initial support for local unw_resume on ARM Linux. src/arm/Ginit.c | 2 +- src/arm/Gresume.c | 76 +++++++++++++++++++++++++++++++++++++++++++++++--- src/arm/unwind_i.h | 2 + tests/Gtest-dyn1.c | 19 +++++++++++++ tests/Gtest-trace.c | 2 + tests/Makefile.am | 12 ++++---- 6 files changed, 101 insertions(+), 12 deletions(-) Regards Ken -- 1.7.4.1 _______________________________________________ Libunwind-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/libunwind-devel
