2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
authorPaul Gilliam <pgilliam@us.ibm.com>
Mon, 17 Oct 2005 22:16:54 +0000 (22:16 +0000)
committerPaul Gilliam <pgilliam@us.ibm.com>
Mon, 17 Oct 2005 22:16:54 +0000 (22:16 +0000)
        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
        vscr" tests to better match output.

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

index cb968a9f8fecbf25f2adadbbfcdb293f0677b340..2e74bc84570c56361a6ec951aba263ef19cddb02 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
+        vscr" tests to better match output.
+
 2005-10-12  Jim Blandy  <jimb@redhat.com>
 
        * gdb.base/structs.exp (any): New function.
index f4c8530209b8f8c40edcf952cdd52be1b50cb559..849fae855ff9f7e93307bc82e6a0bea669e86a10 100644 (file)
@@ -113,8 +113,8 @@ for {set i 0} {$i < 32} {incr i 1} {
         gdb_test "info reg vr$i" "vr$i.*$vector_register" "info reg vr$i"
 }
 
-gdb_test "info reg vrsave" "vrsave.*0x1 +1" "info reg vrsave"
-gdb_test "info reg vscr" "vscr.*0x1 +1" "info reg vscr"
+gdb_test "info reg vrsave" "vrsave.*0x1\t1" "info reg vrsave"
+gdb_test "info reg vscr" "vscr.*0x1\t1" "info reg vscr"
 
 # Now redo the same tests, but using the print command.
 # Note: in LE case, the char array is printed WITHOUT the last character.
This page took 0.031728 seconds and 4 git commands to generate.