]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gdb/patches/gdb-6.3-rh-testversion-20041202.patch
gdb: Update to 7.3.50.20110722.
[people/amarx/ipfire-3.x.git] / gdb / patches / gdb-6.3-rh-testversion-20041202.patch
1 2003-02-24 Elena Zannoni <ezannoni@redhat.com>
2
3 * gdb.gdb/selftest.exp: Add matching on specific Red Hat only version
4 string.
5
6 Index: gdb-7.1.90.20100711/gdb/testsuite/gdb.gdb/selftest.exp
7 ===================================================================
8 --- gdb-7.1.90.20100711.orig/gdb/testsuite/gdb.gdb/selftest.exp 2010-06-26 08:44:47.000000000 +0200
9 +++ gdb-7.1.90.20100711/gdb/testsuite/gdb.gdb/selftest.exp 2010-07-12 09:59:42.000000000 +0200
10 @@ -342,6 +342,9 @@ proc test_with_self { executable } {
11 -re ".\[0-9\]+ = +.+ +0x.*\[0-9.\]+.*$gdb_prompt $" {
12 pass "printed version with cast"
13 }
14 + -re ".\[0-9\]+ = .(Fedora|Red Hat Enterprise Linux) \[\\(\\)0-9.a-z\\-\]+.*$gdb_prompt $" {
15 + pass "printed version Fedora or Red Hat Enterprise Linux only"
16 + }
17 }
18
19 do_steps_and_nexts