From: Lancelot SIX Date: Thu, 12 Aug 2021 23:29:08 +0000 (+0000) Subject: gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c X-Git-Tag: binutils-2_38~1491 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d327d1b34fcf9a2f78f8d5efe1c7700f68b51962;p=thirdparty%2Fbinutils-gdb.git gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c 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. --- diff --git a/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld.c b/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c similarity index 100% rename from gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld.c rename to gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.c diff --git a/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp b/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp index c329d2f72e0..f559c3ff4bc 100644 --- a/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp +++ b/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp @@ -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]} {