diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-02-23 20:58:33 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-26 21:43:52 +0100 |
commit | 3e89311e42e34251daaae70cfb5d20f3dfdd245b (patch) | |
tree | fff1984c632f6eb6ae87da0b80a577899b04373d /package/libsigsegv/0005-fix-sparc64-stackpointer.patch | |
parent | 63565627884d2e69488688438203aece13b0786b (diff) | |
download | buildroot-3e89311e42e34251daaae70cfb5d20f3dfdd245b.tar.gz buildroot-3e89311e42e34251daaae70cfb5d20f3dfdd245b.zip |
libsigsegv: bump to version 2.11
Drop all patches, they're upstream.
And match that by dropping autoreconf as well.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv/0005-fix-sparc64-stackpointer.patch')
-rw-r--r-- | package/libsigsegv/0005-fix-sparc64-stackpointer.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/libsigsegv/0005-fix-sparc64-stackpointer.patch b/package/libsigsegv/0005-fix-sparc64-stackpointer.patch deleted file mode 100644 index 62de35f6e0..0000000000 --- a/package/libsigsegv/0005-fix-sparc64-stackpointer.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix sparc64 build. - -Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> - -diff -Nur libsigsegv-2.10.orig/src/fault-linux-sparc.h libsigsegv-2.10/src/fault-linux-sparc.h ---- libsigsegv-2.10.orig/src/fault-linux-sparc.h 2009-08-01 17:06:49.000000000 +0200 -+++ libsigsegv-2.10/src/fault-linux-sparc.h 2015-11-29 11:55:29.000000000 +0100 -@@ -27,4 +27,8 @@ - (see also <asm/sigcontext.h>) - are quite different types. */ - -+#if __WORDSIZE == 64 -+#define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.mc_gregs[REG_O6] -+#else - #define SIGSEGV_FAULT_STACKPOINTER ((ucontext_t *) ucp)->uc_mcontext.gregs[REG_O6] -+#endif |