daily update
[external/binutils.git] / gdb / testsuite / gdb.arch / i386-sse.exp
index b31b07a..2ef529f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2004, 2005, 2007 Free Software Foundation, Inc.
+# Copyright 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -76,7 +76,7 @@ gdb_expect {
 
 gdb_test "break [gdb_get_line_number "first breakpoint here"]" \
          "Breakpoint .* at .*i386-sse.c.*" \
-         "set breakpoint in main"
+         "set first breakpoint in main"
 gdb_continue_to_breakpoint "continue to first breakpoint in main"
 
 foreach r {0 1 2 3 4 5 6 7} {
@@ -84,7 +84,7 @@ foreach r {0 1 2 3 4 5 6 7} {
         ".. = \\{$r, $r.25, $r.5, $r.75\\}.*" \
         "check float contents of %xmm$r"
     gdb_test "print \$xmm$r.v16_int8" \
-        ".. = \\{(-?\[0-9\]+ '.*', ){15}-?\[0-9\]+ '.*'\\}.*" \
+        ".. = \\{(-?\[0-9\]+, ){15}-?\[0-9\]+\\}.*" \
         "check int8 contents of %xmm$r"
 }
 
@@ -94,7 +94,7 @@ foreach r {0 1 2 3 4 5 6 7} {
 
 gdb_test "break [gdb_get_line_number "second breakpoint here"]" \
          "Breakpoint .* at .*i386-sse.c.*" \
-         "set breakpoint in main"
+         "set second breakpoint in main"
 gdb_continue_to_breakpoint "continue to second breakpoint in main"
 
 foreach r {0 1 2 3 4 5 6 7} {