gdb: use asm/sgidefs.h on mips.
This commit is contained in:
parent
3947f2a2b1
commit
c608b0c542
1 changed files with 11 additions and 0 deletions
11
srcpkgs/gdb/patches/mips.patch
Normal file
11
srcpkgs/gdb/patches/mips.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gdb/mips-linux-nat.c.orig
|
||||
+++ 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 <sys/ptrace.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
Loading…
Reference in a new issue