]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blobdiff - gdb/patches/gdb-6.3-rh-dummykfail-20041202.patch
gdb: Update to version 7.12
[people/arne_f/ipfire-3.x.git] / gdb / patches / gdb-6.3-rh-dummykfail-20041202.patch
diff --git a/gdb/patches/gdb-6.3-rh-dummykfail-20041202.patch b/gdb/patches/gdb-6.3-rh-dummykfail-20041202.patch
deleted file mode 100644 (file)
index 1f0bc9d..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-2003-07-11  Elena Zannoni  <ezannoni@redhat.com>
-
-        * lib/gdb.exp (setup_kfail, kfail): Redefine procedures.
-                                                                               
---- ./gdb/testsuite/lib/gdb.exp.1      2004-11-24 15:59:46.131394720 -0500
-+++ ./gdb/testsuite/lib/gdb.exp        2004-11-24 16:01:06.304206600 -0500
-@@ -63,6 +63,15 @@
- ### Only procedures should come after this point.
-+if {![llength [info procs kfail]]} {
-+    proc setup_kfail { args } {
-+      #setup_xfail args
-+    }
-+    proc kfail { bugid message } {
-+      fail $message
-+    }
-+}
-+
- #
- # gdb_version -- extract and print the version number of GDB
- #