2002-04-02 Daniel Jacobowitz <drow@mvista.com>

* gdb.c++/classes.exp ("calling method for small class"): Match
        updated register output.
This commit is contained in:
Daniel Jacobowitz 2002-04-03 01:35:23 +00:00
parent 40954583a1
commit dd0fd3cee7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-02 Daniel Jacobowitz <drow@mvista.com>
* gdb.c++/classes.exp ("calling method for small class"): Match
updated register output.
2002-03-30 Daniel Jacobowitz <drow@mvista.com>
Fix PR gdb/452

View File

@ -907,7 +907,7 @@ proc do_tests {} {
-re "= 82.*$gdb_prompt $" {
pass "calling method for small class"
}
-re "Address requested for identifier .v. which is in a register.*$gdb_prompt $" {
-re "Address requested for identifier .v. which is in register.*$gdb_prompt $" {
setup_xfail "*-*-*" 2972
fail "calling method for small class"
}