diff options
Diffstat (limited to 'meta/recipes-devtools/gdb')
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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | The 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. | 3 | The 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 | ||
3 | Nitin A Kamble <nitin.a.kamble@intel.com> | 5 | Nitin 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 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: gdb/gdbserver/Makefile.in | 3 | Index: 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 @@ | |||
1 | Upstream-Status: Inappropriate [embedded specific] | ||
2 | |||
1 | Index: gdb-6.3/gdb/arm-tdep.c | 3 | Index: 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 @@ | |||
1 | Upstream-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 @@ | |||
1 | Upstream-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 @@ | |||
1 | Upstream-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 @@ | |||
1 | Upstream-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 @@ | |||
1 | Upstream-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 @@ |