summaryrefslogtreecommitdiff
path: root/package/devel
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-10-13 17:46:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-10-13 17:46:37 +0000
commitc0030384e5662c7479f0bd3cb5dc4f49fe871342 (patch)
tree4fb25471cc427e41069e7b1f70ed9700d495d191 /package/devel
parent31c324f451183bb02d81e26aabc30724b9172c67 (diff)
downloadmtk-20170518-c0030384e5662c7479f0bd3cb5dc4f49fe871342.zip
mtk-20170518-c0030384e5662c7479f0bd3cb5dc4f49fe871342.tar.gz
mtk-20170518-c0030384e5662c7479f0bd3cb5dc4f49fe871342.tar.bz2
gdb: fix patch directory after r33706
git-svn did not properly track this move, thanks to swalker for noticing. SVN-Revision: 33745
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/gdb/patches/001-siginfo_t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/devel/gdb/patches/001-siginfo_t.patch b/package/devel/gdb/patches/001-siginfo_t.patch
new file mode 100644
index 0000000..33aacd8
--- /dev/null
+++ b/package/devel/gdb/patches/001-siginfo_t.patch
@@ -0,0 +1,12 @@
+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,