diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-10-13 17:46:37 +0000 |
commit | 2942cdf45704b57ca0c60a23fe7a23ba341c66fc (patch) | |
tree | 6ffffe5e847a68247217044dee3282ad40172375 /package/gdb | |
parent | 0e90be58e47fc9c1a2ed06d6b57ab1f2ca8bbdd1 (diff) | |
download | upstream-2942cdf45704b57ca0c60a23fe7a23ba341c66fc.tar.gz upstream-2942cdf45704b57ca0c60a23fe7a23ba341c66fc.tar.bz2 upstream-2942cdf45704b57ca0c60a23fe7a23ba341c66fc.zip |
[package] gdb: fix patch directory after r33706
git-svn did not properly track this move, thanks to swalker for noticing.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33745 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gdb')
-rw-r--r-- | package/gdb/patches/001-siginfo_t.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/gdb/patches/001-siginfo_t.patch b/package/gdb/patches/001-siginfo_t.patch deleted file mode 100644 index 33aacd8701..0000000000 --- a/package/gdb/patches/001-siginfo_t.patch +++ /dev/null @@ -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, |