98d7a96544
This commit adds a small patch to gdb that fixes the build of gdbserver on m68k/coldfire: ../nat/linux-ptrace.c: In function 'linux_fork_to_function': ../nat/linux-ptrace.c:282:19: warning: implicit declaration of function 'clone' [-Wimplicit-function-declaration] child_pid = clone (function, child_stack + STACK_SIZE, ^ ../nat/linux-ptrace.c:283:5: error: 'CLONE_VM' undeclared (first use in this function) CLONE_VM | SIGCHLD, child_stack + STACK_SIZE * 2); ^ ../nat/linux-ptrace.c:283:5: note: each undeclared identifier is reported only once for each function it appears in Thanks to Waldemar for pointing out the patch fixing this issue. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- Changes since v2: - None Changes since v1: - New patch in the series |
||
---|---|---|
.. | ||
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 | ||
0008-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch | ||
0009-sh-ptrace-Define-pt_-dsp-regs-uapi_pt_-dsp-regs-on-G.patch | ||
0010-Fix-gdbserver-build-on-uClibc-noMMU.patch |