void-packages/srcpkgs/gdb/patches/gdb-mips-linux-nat.patch
Érico Nogueira 496e3305cb gdb: update to 11.1 and clean up.
Also added build option for Guile.

gnulib now detects musl correctly, so we don't need the overrides.

Co-authored-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
2021-10-03 05:17:28 -03:00

11 lines
254 B
Diff

--- a/gdb/mips-linux-nat.c
+++ b/gdb/mips-linux-nat.c
@@ -31,7 +31,7 @@
#include "gdb_proc_service.h"
#include "gregset.h"
-#include <sgidefs.h>
+#include <asm/sgidefs.h>
#include "nat/gdb_ptrace.h"
#include <asm/ptrace.h>
#include "inf-ptrace.h"