From 725611a466f2edf12f809d22339b22223af4afe7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 7 Oct 2006 11:57:20 +0000 Subject: 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 --- .../gdb/patches/630-debian_24.tracepoint-segv.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch (limited to 'openwrt/toolchain/gdb/patches/630-debian_24.tracepoint-segv.patch') 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 */ -- cgit v1.2.3