1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

gdb: update to version 7.5

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33998 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2012-10-29 19:25:26 +00:00
parent cee772c8a3
commit 1a6b5dab71
2 changed files with 8 additions and 17 deletions

View File

@@ -1,12 +0,0 @@
diff -urN gdb-6.8/gdb/linux-nat.h gdb-6.8a.new/gdb/linux-nat.h
--- gdb-6.8/gdb/linux-nat.h 2008-01-23 12:26:28.000000000 +0100
+++ gdb-6.8a.new/gdb/linux-nat.h 2012-09-19 16:37:10.468916796 +0200
@@ -60,7 +60,7 @@
/* Non-zero si_signo if this LWP stopped with a trap. si_addr may
be the address of a hardware watchpoint. */
- struct siginfo siginfo;
+ siginfo_t siginfo;
/* If WAITSTATUS->KIND != TARGET_WAITKIND_SPURIOUS, the waitstatus
for this LWP's last event. This may correspond to STATUS above,