From 77ff31cd02bb0a0e211933c6724a678147275714 Mon Sep 17 00:00:00 2001 From: Paul Gilliam Date: Tue, 20 Sep 2005 23:40:51 +0000 Subject: [PATCH] 2005-09-20 Paul Gilliam * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected after a 'finish' command. --- gdb/ChangeLog | 5 +++++ gdb/testsuite/gdb.arch/altivec-abi.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6fe82eabf1..7f50ff1321 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-09-20 Paul Gilliam + + * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected + after a 'finish' command. + 2005-09-20 Wu Zhou * c-exp.y (parse-number): Modify the float parsing logic to let it diff --git a/gdb/testsuite/gdb.arch/altivec-abi.exp b/gdb/testsuite/gdb.arch/altivec-abi.exp index dcf3360113..5c74d90e45 100644 --- a/gdb/testsuite/gdb.arch/altivec-abi.exp +++ b/gdb/testsuite/gdb.arch/altivec-abi.exp @@ -75,7 +75,7 @@ if ![runto_main] then { gdb_test "b marker" "Breakpoint 2 at.*file.*altivec-abi.c, line \[0-9\]+." "break marker" gdb_test "continue" "Breakpoint 2.*marker.*altivec-abi.c.*" "continue to marker" -gdb_test "finish" "Run till exit from .0.*in marker.*at.*altivec-abi.c.*main \\(\\) at.*altivec-abi.c.*result = vec_func \\(vshort,.*goes in v2.*" "back to main (1)" +gdb_test "finish" "Run till exit from .0.*marker.*at.*altivec-abi.c.*main \\(\\) at.*altivec-abi.c.*result = vec_func \\(vshort,.*goes in v2.*" "back to main (1)" # now all the arguments of vec_fun are initialized @@ -100,7 +100,7 @@ gdb_test "step" \ "step into vec_fun" set pattern2 $pattern -append pattern2 " at.*altivec-abi.c.*in main.*result = vec_func .vshort,.*goes in v2.*Value returned is.*= .2, 2, 2, 2." +append pattern2 " at.*altivec-abi.c.*main.*result = vec_func .vshort,.*goes in v2.*Value returned is.*= .2, 2, 2, 2." # Let's see if the result is returned correctly. gdb_test "finish" \ -- 2.11.0