From 6645c8ce71cc9709dcaee1ea42686d20075ad88b Mon Sep 17 00:00:00 2001 From: Carl Love Date: Tue, 15 Jun 2021 13:40:11 -0500 Subject: [PATCH] Fix typo in vsx-regs.exp test gdb/ChangeLog 2021-06-15 Carl Love * testsuite/gdb.arch/vsx-regs.exp (gdb_test_no_output): Fix typo in set \$vs$i.v2_double. --- gdb/testsuite/gdb.arch/vsx-regs.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 0b0d2fa4d5..44ed993f12 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -99,7 +99,7 @@ set float_register ".raw 0xdeadbeefdeadbeef." # 0: Initialize the (doubleword 1) portion of the VS0-VS31 registers. for {set i 0} {$i < 32} {incr i 1} { - gdb_test_no_output "set \$vs$i.v2_double\][0\] = 0" + gdb_test_no_output "set \$vs$i.v2_double\[0\] = 0" } # 1: Set F0~F31 registers and check if it reflects on VS0~VS31. -- 2.34.1