summaryrefslogtreecommitdiffstats
path: root/package/libsigsegv
Commit message (Collapse)AuthorAgeFilesLines
* libsigsegv: fix sparc64 compileWaldemar Brodkorb2015-11-301-0/+16
| | | | | | | | | Compile tested for sparc/glibc and sparc64/glibc. Fixes following autobuilder problem: http://autobuild.buildroot.net/results/1d8e0c22594aef53f7a4de3491454aa78311c815/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: not available on SuperH with uClibcThomas Petazzoni2015-08-071-3/+3
| | | | | | | | | | | | Like PowerPC, the uClibc port on SuperH doesn't implement ucontext, so we can't build libsigsegv in such a configuration. Therefore this commit marks libsigsegv as not available on SuperH/uClibc. Fixes: http://autobuild.buildroot.net/results/2128a3507e57e707ee5c726f1ccfddadb7b19112/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: add hash fileGustavo Zacarias2015-07-281-0/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: unavailable for powerpc with uclibcGustavo Zacarias2015-07-181-0/+5
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/c5f/c5fef9a89f99e13de9cabe52c2ac1602d85974fe/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: rename patches because the first one is goneFabio Porcedda2015-02-234-0/+0
| | | | | Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: fix patch failure of 0004-Add-stack...Fabio Porcedda2015-02-231-1/+1
| | | | | | | | | | After removing the patch 0001-Add-stack... in commit 9863553fe8fa16a4d19f652b409a44bb58ef5567 "packages: all salute the passing of avr32" the patch 004-Add-stack... does not apply anymore, so fix it. Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: all salute the passing of avr32Yann E. MORIN2015-02-141-33/+0
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: add support for Nios IIThomas Petazzoni2014-12-311-0/+31
| | | | | | | | | | | | | This commit adds a patch to libsigsegv that indicates the stack direction on Nios II, which is needed for libsigsegv to build properly on this architecture. Fixes: http://autobuild.buildroot.org/results/943/9436c3208cfeee9bd3bc211df007e745fe13c2c2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: rename patches to the new convention and convert to Git formatThomas Petazzoni2014-12-316-48/+78
| | | | | | | | | | This commit renames the libsigsegv patches to the new convention, and converts them to Git formatted patches. Along the way, it also aligns the description of the different patches, in a preparation for upstream submission. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: not available on MicroblazeThomas Petazzoni2014-04-161-0/+1
| | | | | | | | Fixes: http://autobuild.buildroot.org/results/dd5/dd583e1c11bba814cd0f124eeeffeca5657a0aa9/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libsigsegv: add Blackfin supportThomas Petazzoni2014-02-241-0/+19
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/5e2/5e2c627cfcb2699b16a82eb9554f2c9dfabd5483/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: disable for ARCAnton Kolesov2014-02-111-0/+1
| | | | | | | | | | Fixes http://autobuild.buildroot.net/results/5cd/5cd051937a9471f7fb47363e868cb4b61d788d75/build-end.log The ARC uClibc port doesn't provide ucontext_i.sym file required to enable context manipulation routines that libsigsegv needs. Signed-off-by: Anton Kolesov <anton.kolesov@synopsys.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: disable for xtensaBaruch Siach2014-02-041-0/+1
| | | | | | | | | | | The xtensa uClibc port does not provide the ucontext.h context manipulation routines that libsigsegv needs. Fixes: http://autobuild.buildroot.net/results/06d/06d091f2ea8d08a900dd7304bab5eeeeb85f7353/ Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: fix for microblazeSpenser Gilliland2014-01-141-0/+16
| | | | | | | | | | | Fixes autobuild failure http://autobuild.buildroot.net/results/799/799ac378713d82f9632a2aa925223e21157b1042/build-end.log http://autobuild.buildroot.net/results/ae6/ae6a10ae7cd8f2d2f3891ea9c6e867695ca1acfe/build-end.log http://autobuild.buildroot.net/results/db4/db48622f6c3a998ecec84ec51f21b4a031ab0fb5/build-end.log Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: fix aarch64 buildPeter Korsgaard2013-11-211-0/+31
| | | | | | Fixes http://autobuild.buildroot.net/results/9821f4d44e65db1ec503acc89685ccfa7664fc32/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libsigsegv: fix avr32 buildSimon Dawson2013-11-052-0/+22
| | | | | | | | | | | The libsigsegv configure step fails to correctly figure out the direction of stack growth for avr32. This leads to a zero STACK_DIRECTION definition, and build failures such as the following. http://autobuild.buildroot.net/results/a3fe938f9376533b4777d79deb7a2ee83ed5ce33 Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Merge branch 'next'Peter Korsgaard2013-06-021-1/+1
|\
| * libsigsegv: Version bump to 2.10Markos Chandras2013-05-261-1/+1
| | | | | | | | | | Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* | libsigsegv: fix build on x86_64 (probably others too)Arnout Vandecappelle (Essensium/Mind)2013-05-131-0/+1
|/ | | | | | | | | | | The configure script doesn't detect that the target is posix-compliant and tries to use a custom version of segfault analysis that actually doesn't build. Most likely, it's because the configure script doesn't support linux-3.x. Anyway, we can just tell configure that we're posix-compliant. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libsigsegv: new packageSimon Dawson2013-04-212-0/+19
Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud