From c608b0c542512fd52184be3cf27fea8927c90bd5 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 24 Nov 2015 14:52:04 +0100 Subject: [PATCH] gdb: use asm/sgidefs.h on mips. --- srcpkgs/gdb/patches/mips.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/gdb/patches/mips.patch diff --git a/srcpkgs/gdb/patches/mips.patch b/srcpkgs/gdb/patches/mips.patch new file mode 100644 index 0000000000..1ac27e5247 --- /dev/null +++ b/srcpkgs/gdb/patches/mips.patch @@ -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 ++#include + #include + #include +