summaryrefslogtreecommitdiffstats
path: root/support/scripts
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-12-09 17:05:04 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-06-09 11:27:04 +0200
commit54ba2704b07cacacb9247540a660c667fd5ffdd5 (patch)
tree684b91dac1da296682d3fadae7cf80293949b60f /support/scripts
parentd712a018dddbccf6f80e1ecfc3e08385d36bfebc (diff)
downloadbuildroot-54ba2704b07cacacb9247540a660c667fd5ffdd5.tar.gz
buildroot-54ba2704b07cacacb9247540a660c667fd5ffdd5.zip
uclibc: add patches to fix MIPS __SIGRTMAX and SIG127
Add two uClibc 0.9.33.2 patches which fix issues relating to high signal number handling on MIPS. The first patch (0056) fixes _NSIG (and as a result __SIGRTMAX) to match glibc. This fixes GDB on MIPS with uClibc, which cannot handle __SIGRTMAX == 128 and emits the error: GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal This patch is from uClibc commit 2da958760f79 (MIPS: set _NSIG to 128, not 129. This matches glibc.) and applies without conflicts. The second patch (0057) fixes the wait status macros to correctly interpret status 0x007f on MIPS (other arches don't have signal 127). This patch is from uClibc commit 4a96b9486871 (bits/waitstatus.h: correctly interpret status 0x007f on MIPS) and applies without conflicts. Signed-off-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud