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.
This commit is contained in:
parent
6ac4d15a41
commit
b2b64cc92a
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue