buildroot/package/gdb/7.10.1
Vicente Olivert Riera 1874fe1522 gdb: fix full gdb build for MIPS musl
Currently building full gdb for MIPS musl fails because it's trying to
include <sgidefs.h> which is provided by glibc and uClibc, but not by
musl.

However, the kernel headers provide <asm/sgidefs.h> which has the same
definitions, so we can use that one instead.

Backporting a patch that has been sent upstream. Taken from here:

https://sourceware.org/bugzilla/show_bug.cgi?id=21070

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-06-19 21:47:05 +02:00
..
0001-Add-some-casts-for-building-on-musl.patch
0002-musl-Move-W_STOPCODE-to-common-gdb_wait-h.patch
0003-move-__SIGRTMIN.patch
0004-xtensa-implement-NPTL-helpers.patch
0005-target.h-include-sys-types.h.patch
0006-Revert-sim-unify-SIM_CPU-definition.patch
0007-Sync-proc_service-definition-with-GLIBC.patch gdb: add upstream patch to fix inconsistency with glibc header 2017-03-28 22:07:17 +02:00
0008-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch gdb: add patches to fix musl build on ppc(64)(le) and sh 2017-06-11 18:00:48 +02:00
0009-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch gdb: add patches to fix musl build on ppc(64)(le) and sh 2017-06-11 18:00:48 +02:00
0010-Fix-gdbserver-build-on-uClibc-noMMU.patch gdb: fix build of gdbserver on m68k/coldfire 2017-06-11 18:00:48 +02:00
0011-use-asm-sgidefs.h.patch gdb: fix full gdb build for MIPS musl 2017-06-19 21:47:05 +02:00