Re: [Libunwind-devel] [PATCH 11/11] UPT: Add reg offsets for ppc32/64

2012-09-12 Thread Cody P Schafer
On 09/10/2012 05:21 PM, Cody P Schafer wrote: --- src/ptrace/_UPT_reg_offset.c | 142 ++- 1 file changed, 140 insertions(+), 2 deletions(-) diff --git a/src/ptrace/_UPT_reg_offset.c b/src/ptrace/_UPT_reg_offset.c Looks like the PT_* macros on powerpc

[Libunwind-devel] PATCH: fix build with --enable-msabi-support

2012-09-12 Thread ariel . burton
This attached patch, relative to libuninwd-1.0.1, will fix building with --enable-msabi-support on linux x86_64. Ariel Burton diff -ur tmp/libunwind-1.0.1/src/x86_64/Gglobal.c libunwind-1.0.1/src/x86_64/Gglobal.c --- tmp/libunwind-1.0.1/src/x86_64/Gglobal.c 2011-09-10 23:06:41.0 -0400 +++