gdb: use asm/sgidefs.h on mips.
This commit is contained in:
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>
|
||||||
|
|
||||||
Reference in New Issue
Block a user