summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-11-08 09:12:33 -0800
committerSaul Wold <sgw@linux.intel.com>2010-11-14 21:08:26 -0800
commite5f5090cc011d25a872973870a738181bbe12724 (patch)
tree62189487b6d932a501ca9ca6c84610fcd8aa89d9 /meta/recipes-devtools/gdb/gdb
parent5319e5f05ddf1d219bbad5123d9b6f74f3d437d2 (diff)
downloadast2050-yocto-poky-e5f5090cc011d25a872973870a738181bbe12724.zip
ast2050-yocto-poky-e5f5090cc011d25a872973870a738181bbe12724.tar.gz
gdb upgrade from 7.1 to 7.2
Add new patch: gdb/fix_for_build_error_internal_error_call.patch : this avoids a build error. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb')
-rw-r--r--meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch18
1 files changed, 18 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
new file mode 100644
index 0000000..f39eaa9
--- /dev/null
+++ b/meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch
@@ -0,0 +1,18 @@
+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.
+
+Nitin A Kamble <nitin.a.kamble@intel.com>
+2010/11/12
+
+Index: gdb-7.2/gdb/gdbserver/linux-i386-ipa.c
+===================================================================
+--- gdb-7.2.orig/gdb/gdbserver/linux-i386-ipa.c
++++ gdb-7.2/gdb/gdbserver/linux-i386-ipa.c
+@@ -178,7 +178,7 @@ supply_static_tracepoint_registers (stru
+ }
+ break;
+ default:
+- internal_error ("unhandled register size: %d",
++ internal_error (__FILE__, __LINE__, "unhandled register size: %d",
+ i386_st_collect_regmap[i].size);
+ }
+ }
OpenPOWER on IntegriCloud