summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch')
-rw-r--r--openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch b/openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch
deleted file mode 100644
index d038ff8ec..000000000
--- a/openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Trivial. Still need to submit this.
-
-Index: gdb-6.1/gdb/tracepoint.c
-===================================================================
---- gdb-6.1.orig/gdb/tracepoint.c 2004-04-05 13:26:43.000000000 -0400
-+++ gdb-6.1/gdb/tracepoint.c 2004-04-05 13:26:45.000000000 -0400
-@@ -853,6 +853,8 @@ read_actions (struct tracepoint *t)
- else
- line = gdb_readline (0);
-
-+ if (line == NULL || *line == EOF)
-+ break;
- linetype = validate_actionline (&line, t);
- if (linetype == BADLINE)
- continue; /* already warned -- collect another line */