]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Replace struct siginfo with proper siginfo_t
authorKhem Raj <raj.khem@gmail.com>
Tue, 3 Jul 2012 17:13:43 +0000 (10:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:23:16 +0000 (10:23 +0100)
commit6e5b37403dd4d0a9a249535d07b36bbae98cadd6
tree479e9480120ac52c82448b22a5caae6d34d9e203
parent5a5f67e5486837b4d7e5a89cc27a5c8f8c8598ef
gdb: Replace struct siginfo with proper siginfo_t

Fixes errors like

/home/kraj/work/angstrom/sources/openembedded-core/build/tmp-eglibc/work/armv5te-oe-linux-gnueabi/gdb-7.4.1-r0.0/gdb-7.4.1/gdb/linux-nat.h:79:18:
error: field 'siginfo' has incomplete type

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/gdb/gdb.inc
meta/recipes-devtools/gdb/gdb/siginfo_t.patch [new file with mode: 0644]