2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
authorPaul Gilliam <pgilliam@us.ibm.com>
Tue, 13 Sep 2005 23:13:50 +0000 (23:13 +0000)
committerPaul Gilliam <pgilliam@us.ibm.com>
Tue, 13 Sep 2005 23:13:50 +0000 (23:13 +0000)
        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
        vscr" tests to match output.

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

index f8ff3614682e78b27d59ff56b09999def43a5ee1..f2aded49f02db182f067a4c593af2319b16ba093 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
+
+        * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
+        vscr" tests to match output.
+
 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
 
         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
index a779be8a9801a4ff6e08a88ee7369f5b629aed26..f18f7b204fe019eff74ef2875fe229b8836ea29a 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" "info reg vrsave"
-gdb_test "info reg vscr" "vscr.*0x1" "info reg vscr"
+gdb_test "info reg vrsave" "vrsave.*0x1 +1" "info reg vrsave"
+gdb_test "info reg vscr" "vscr.*0x1 +1" "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.03768 seconds and 4 git commands to generate.