summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-05-12 14:54:55 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-13 11:02:19 +0100
commit42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda (patch)
tree0975490ed068f1bf661eb23501e8869c43b3f3c9 /meta/recipes-devtools/gdb
parent9233fdcee28366502565300b777862223b6974de (diff)
downloadpoky-42d2170f8630ffe4cb9ae8cd8d9e5ca33a808eda.tar.gz
recipes: Update upstream-status of patches
python: update upstream-status for patches binutils: update upstream-status for patches gcc 4.5.1 4.6.0: update upstream-status for patches autoconf: update upstream-status for patches automake: update upstream-status for patches bison: update upstream-status for patches distcc: update upstream-status of patches fstests: update upstream-status for patches gdb: update upstream-status of patches intltool: update upstream-status of patches libtool: update upstream status of patches linux-libc-headers: update upstream-status for patches make: update upstream-status for patches perl: update upstream-status for patches python-pycurl: update upstream-status for patches python-pygobject: update upstream status for patches python-pyrex: update upstream-status for patches quilt: update upstream-status of patches tcl: update upstream-status for patches gnu-config: update upstream-status for patches gmp: update upstream-status for patches (From OE-Core rev: a62fa9b213b09bf48c48499d2e3c66a9ee306deb) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff2
-rw-r--r--meta/recipes-devtools/gdb/gdb/kill_arm_map_symbols.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/libiberty-cross.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/no-werror.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/sim-install.patch2
-rw-r--r--meta/recipes-devtools/gdb/gdb/uclibc.patch2
8 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch b/meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch
index f39eaa936f..afb1783c50 100644
--- a/meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch
+++ b/meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1The prototype of function internall_error has changed. And one place in the code was not synced up with the new prototype, causing build error. This patche fixes that. 3The prototype of function internall_error has changed. And one place in the code was not synced up with the new prototype, causing build error. This patche fixes that.
2 4
3Nitin A Kamble <nitin.a.kamble@intel.com> 5Nitin A Kamble <nitin.a.kamble@intel.com>
diff --git a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
index 41395f936e..0475a42776 100644
--- a/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
+++ b/meta/recipes-devtools/gdb/gdb/gdbserver-cflags-last.diff
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1Index: gdb/gdbserver/Makefile.in 3Index: gdb/gdbserver/Makefile.in
2=================================================================== 4===================================================================
3--- gdb/gdbserver/Makefile.in.orig 5--- gdb/gdbserver/Makefile.in.orig
diff --git a/meta/recipes-devtools/gdb/gdb/kill_arm_map_symbols.patch b/meta/recipes-devtools/gdb/gdb/kill_arm_map_symbols.patch
index 177142192d..c1756f7e24 100644
--- a/meta/recipes-devtools/gdb/gdb/kill_arm_map_symbols.patch
+++ b/meta/recipes-devtools/gdb/gdb/kill_arm_map_symbols.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1Index: gdb-6.3/gdb/arm-tdep.c 3Index: gdb-6.3/gdb/arm-tdep.c
2=================================================================== 4===================================================================
3--- gdb-6.3.orig/gdb/arm-tdep.c 2004-08-03 02:02:20.000000000 +0000 5--- gdb-6.3.orig/gdb/arm-tdep.c 2004-08-03 02:02:20.000000000 +0000
diff --git a/meta/recipes-devtools/gdb/gdb/libiberty-cross.patch b/meta/recipes-devtools/gdb/gdb/libiberty-cross.patch
index 0d1897f9e0..d051fdf1ba 100644
--- a/meta/recipes-devtools/gdb/gdb/libiberty-cross.patch
+++ b/meta/recipes-devtools/gdb/gdb/libiberty-cross.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- libiberty/configure.in.old 2004-03-31 21:25:25.000000000 +0100 3--- libiberty/configure.in.old 2004-03-31 21:25:25.000000000 +0100
2+++ libiberty/configure.in 2004-03-31 21:18:02.000000000 +0100 4+++ libiberty/configure.in 2004-03-31 21:18:02.000000000 +0100
3@@ -100,6 +100,7 @@ 5@@ -100,6 +100,7 @@
diff --git a/meta/recipes-devtools/gdb/gdb/no-werror.patch b/meta/recipes-devtools/gdb/gdb/no-werror.patch
index 0926073721..989e2c5162 100644
--- a/meta/recipes-devtools/gdb/gdb/no-werror.patch
+++ b/meta/recipes-devtools/gdb/gdb/no-werror.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- 3---
2 bfd/warning.m4 | 2 +- 4 bfd/warning.m4 | 2 +-
3 configure.ac | 2 +- 5 configure.ac | 2 +-
diff --git a/meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch b/meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch
index a39ceab01f..f67c25d50e 100644
--- a/meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch
+++ b/meta/recipes-devtools/gdb/gdb/sim-install-6.6.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1--- gdb-6.1/sim/common/Makefile.in~ 2004-01-15 21:25:06.000000000 +0000 3--- gdb-6.1/sim/common/Makefile.in~ 2004-01-15 21:25:06.000000000 +0000
2+++ gdb-6.1/sim/common/Makefile.in 2004-07-22 17:07:46.237809032 +0100 4+++ gdb-6.1/sim/common/Makefile.in 2004-07-22 17:07:46.237809032 +0100
3@@ -34,7 +34,7 @@ 5@@ -34,7 +34,7 @@
diff --git a/meta/recipes-devtools/gdb/gdb/sim-install.patch b/meta/recipes-devtools/gdb/gdb/sim-install.patch
index 3c88c4c059..a663ba7b81 100644
--- a/meta/recipes-devtools/gdb/gdb/sim-install.patch
+++ b/meta/recipes-devtools/gdb/gdb/sim-install.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Inappropriate [embedded specific]
2
1--- gdb-6.1/sim/common/Makefile.in~ 2004-01-15 21:25:06.000000000 +0000 3--- gdb-6.1/sim/common/Makefile.in~ 2004-01-15 21:25:06.000000000 +0000
2+++ gdb-6.1/sim/common/Makefile.in 2004-07-22 17:07:46.237809032 +0100 4+++ gdb-6.1/sim/common/Makefile.in 2004-07-22 17:07:46.237809032 +0100
3@@ -34,7 +34,7 @@ 5@@ -34,7 +34,7 @@
diff --git a/meta/recipes-devtools/gdb/gdb/uclibc.patch b/meta/recipes-devtools/gdb/gdb/uclibc.patch
index 3d6b7ba187..f5fd518fcf 100644
--- a/meta/recipes-devtools/gdb/gdb/uclibc.patch
+++ b/meta/recipes-devtools/gdb/gdb/uclibc.patch
@@ -1,3 +1,5 @@
1Upstream-Status: Pending
2
1--- binutils-2.15.91.0.1/bfd/config.bfd~binutils-2.15.90.0.3-uclibc-100-conf 3--- binutils-2.15.91.0.1/bfd/config.bfd~binutils-2.15.90.0.3-uclibc-100-conf
2+++ binutils-2.15.91.0.1/bfd/config.bfd 4+++ binutils-2.15.91.0.1/bfd/config.bfd
3@@ -128,7 +128,7 @@ 5@@ -128,7 +128,7 @@