2005-09-20 Paul Gilliam <pgilliam@us.ibm.com>
* gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected after a 'finish' command.
This commit is contained in:
parent
fead5cd91c
commit
1260befad1
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-09-20 Paul Gilliam <pgilliam@us.ibm.com>
|
||||
|
||||
* gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected
|
||||
after a 'finish' command.
|
||||
|
||||
2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
|
||||
|
||||
* c-exp.y (parse-number): Modify the float parsing logic to let it
|
||||
|
|
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue