gdb: add patch to fix noMMU build issue
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Jun 2018 08:07:38 +0000 (10:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 25 Jun 2018 19:33:51 +0000 (21:33 +0200)
commita98ee4582f127819c1978c8ee43b66b5acf981ae
tree127d7bdf6a013288e5880bf85f52e78fa2ee7ee8
parentcf10728757f0daec097e72a037fb27a38de2b0e6
gdb: add patch to fix noMMU build issue

This commit adds a patch to fix a build issue encountered on noMMU
architectures when building gdbserver, due to the use of fork()
instead of vfork().

The patch has been submitted upstream:

  https://sourceware.org/ml/gdb-patches/2018-06/msg00569.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gdb/8.1/0005-nat-fork-inferior-include-linux-ptrace.h.patch [new file with mode: 0644]