]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - gdb/patches/gdb-6.3-rh-dummykfail-20041202.patch
gdb: Update to 7.3.50.20110722.
[people/pmueller/ipfire-3.x.git] / gdb / patches / gdb-6.3-rh-dummykfail-20041202.patch
CommitLineData
5a03b7c3
MT
12003-07-11 Elena Zannoni <ezannoni@redhat.com>
2
3 * lib/gdb.exp (setup_kfail, kfail): Redefine procedures.
4
5--- ./gdb/testsuite/lib/gdb.exp.1 2004-11-24 15:59:46.131394720 -0500
6+++ ./gdb/testsuite/lib/gdb.exp 2004-11-24 16:01:06.304206600 -0500
7@@ -63,6 +63,15 @@
8
9 ### Only procedures should come after this point.
10
11+if {![llength [info procs kfail]]} {
12+ proc setup_kfail { args } {
13+ #setup_xfail args
14+ }
15+ proc kfail { bugid message } {
16+ fail $message
17+ }
18+}
19+
20 #
21 # gdb_version -- extract and print the version number of GDB
22 #