From: Jim Blandy Date: Wed, 18 Feb 2004 04:22:02 +0000 (+0000) Subject: 2004-02-17 Ulrich Weigand X-Git-Tag: gprof-pre-ansify-2004-05-26~1210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62f4b920f7e59d5b414fc581fdab175ecc578645;p=platform%2Fupstream%2Fbinutils.git 2004-02-17 Ulrich Weigand Committed by Jim Blandy . * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 249ba3b..b258e95 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -2,6 +2,8 @@ Committed by Jim Blandy . + * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi. + * gdb.base/dump.exp: Handle negative offsets in decimal, not hex. * gdb.base/float.exp: Support s390*-*-* targets. diff --git a/gdb/testsuite/gdb.objc/basicclass.exp b/gdb/testsuite/gdb.objc/basicclass.exp index 41ab284..c92534b 100644 --- a/gdb/testsuite/gdb.objc/basicclass.exp +++ b/gdb/testsuite/gdb.objc/basicclass.exp @@ -174,7 +174,7 @@ gdb_test continue \ # Test calling Objective-C methods # gdb_test "print \[self printHi\]" \ - "Hi.*\\$\[0-9\] = -?\[0-9\]+" \ + "Hi.*\\$\[0-9\] = \\(.*objc_object \\*\\) 0x\[0-9a-f\]+" \ "Call an Objective-C method with no arguments" gdb_test "print \[self printNumber: 42\]" \