From: Carl Love Date: Tue, 15 Jun 2021 18:40:11 +0000 (-0500) Subject: Fix typo in vsx-regs.exp test X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6645c8ce71cc9709dcaee1ea42686d20075ad88b;p=deliverable%2Fbinutils-gdb.git 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. --- 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.