]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c
authorLancelot SIX <lsix@lancelotsix.com>
Thu, 12 Aug 2021 23:29:08 +0000 (23:29 +0000)
committerLancelot SIX <lsix@lancelotsix.com>
Mon, 6 Sep 2021 18:29:39 +0000 (18:29 +0000)
A previous commit added the
gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp testcase, but one of its
associated file was named after a previous version of the test.

This commit fixes this and makes sure that all the files linked to this
testcase share the same prefix in the name.

Tested on riscv64 GNU/Linux.

gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c [moved from gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld.c with 100% similarity]
gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp

index c329d2f72e0936c34426914c79cb70df45bd6e22..f559c3ff4bc08f6d6140bc1e2784fc0b8fbda4b0 100644 (file)
@@ -21,7 +21,7 @@ if {![istarget "riscv64-*-*"]} {
     return
 }
 
-standard_testfile riscv64-unwind-prologue-with-ld.c \
+standard_testfile riscv64-unwind-prologue-with-ld-lw.c \
                  riscv64-unwind-prologue-with-ld-lw-foo.s
 if {[prepare_for_testing "failed to prepare" $testfile \
                         "$srcfile $srcfile2"  nodebug]} {