]> Git Repo - binutils.git/commitdiff
2005-09-20 Paul Gilliam <[email protected]>
authorPaul Gilliam <[email protected]>
Tue, 20 Sep 2005 23:40:51 +0000 (23:40 +0000)
committerPaul Gilliam <[email protected]>
Tue, 20 Sep 2005 23:40:51 +0000 (23:40 +0000)
        * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected
         after a 'finish' command.

gdb/ChangeLog
gdb/testsuite/gdb.arch/altivec-abi.exp

index 6fe82eabf1eb196161ea372caab691f20d061b98..7f50ff1321c4754fdf7fc9dac9c689d5986caa2e 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-20  Paul Gilliam  <[email protected]>
+
+        * gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected
+         after a 'finish' command.
+
 2005-09-20  Wu Zhou  <[email protected]>
 
        * c-exp.y (parse-number): Modify the float parsing logic to let it 
index dcf33601136af94b1f6a05504b8be7c7af73ecef..5c74d90e45f29765aee5f5c6fadd21c9d9f0f90b 100644 (file)
@@ -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" \
This page took 0.034069 seconds and 4 git commands to generate.