Package: libsigsegv / 2.10-5

Metadata

Package Version Patches format
libsigsegv 2.10-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
configure patch for kfreebsd debian.patch | (download)

configure.ac | 15 9 + 6 - 0 !
1 file changed, 9 insertions(+), 6 deletions(-)

 patch configure.ac to also handle kfreebsd/debian
no stackhandler on s390.patch | (download)

configure.ac | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
sparc fix sigsegv fault stackpointer definition.patch | (download)

src/fault-linux-sparc.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the definition of sigsegv_fault_stackpointer for sparc
 The definition of SIGSEGV_FAULT_STACKPOINTER uses an outdated variable
 identifier for the register window array. sparc V8+ and later renamed
 this array from gregs to mc_gregs. This patch fixes an FTBFS.
 .


aarch64 stack direction.patch | (download)

m4/stack-direction.m4 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 specify stack direction for aarch64