OSDN Git Service

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 f8ff361..f2aded4 100644 (file)
@@ -1,5 +1,10 @@
 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
         output.
 
index a779be8..f18f7b2 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.