summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-04-30 18:41:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-14 23:05:12 +0100
commit0c717ff4e706220467924b5159dbeca12184e7fb (patch)
tree6a5bf7b738c8839d6b78b1b4c760490c1c40d71c /meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
parent6d27c16ec0c63da001a21f8e3157e7cbfa57e554 (diff)
downloadpoky-0c717ff4e706220467924b5159dbeca12184e7fb.tar.gz
gdb: Upgrade to 7.11
(From OE-Core rev: 0cea061bf62f3092d857bc503b96e77f55134a39) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch')
-rw-r--r--meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch b/meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
index a0292e4166..0042c00634 100644
--- a/meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
+++ b/meta/recipes-devtools/gdb/gdb/0001-include-sys-types.h-for-mode_t.patch
@@ -1,7 +1,7 @@
1From acbee4edacb80b5eeaff2480712fe98e56443997 Mon Sep 17 00:00:00 2001 1From fddd7178915968acf680814411b8b3cb137d0587 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 19 Jan 2016 18:18:52 -0800 3Date: Tue, 19 Jan 2016 18:18:52 -0800
4Subject: [PATCH] include sys/types.h for mode_t 4Subject: [PATCH 01/10] include sys/types.h for mode_t
5 5
6mode_t is used in target.h, so we need to include sys/types.h to get the 6mode_t is used in target.h, so we need to include sys/types.h to get the
7defintion 7defintion
@@ -14,10 +14,10 @@ Upstream-Status: Pending
14 1 file changed, 1 insertion(+) 14 1 file changed, 1 insertion(+)
15 15
16diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h 16diff --git a/gdb/gdbserver/target.h b/gdb/gdbserver/target.h
17index 9a40867..aaecab9 100644 17index 5af2051..f42c510 100644
18--- a/gdb/gdbserver/target.h 18--- a/gdb/gdbserver/target.h
19+++ b/gdb/gdbserver/target.h 19+++ b/gdb/gdbserver/target.h
20@@ -27,6 +27,7 @@ 20@@ -28,6 +28,7 @@
21 #include "target/waitstatus.h" 21 #include "target/waitstatus.h"
22 #include "mem-break.h" 22 #include "mem-break.h"
23 #include "btrace-common.h" 23 #include "btrace-common.h"
@@ -26,5 +26,5 @@ index 9a40867..aaecab9 100644
26 struct emit_ops; 26 struct emit_ops;
27 struct buffer; 27 struct buffer;
28-- 28--
292.7.0 292.8.2
30 30