aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2021-08-12 23:29:08 +0000
committerLancelot SIX <lsix@lancelotsix.com>2021-09-06 18:29:39 +0000
commitd327d1b34fcf9a2f78f8d5efe1c7700f68b51962 (patch)
treee73bbc482bedf06f161e7d260e4d48d75b949323 /gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp
parent69e8e0afee9afa9e328147237ce5e11b85c84012 (diff)
downloadgdb-d327d1b34fcf9a2f78f8d5efe1c7700f68b51962.zip
gdb-d327d1b34fcf9a2f78f8d5efe1c7700f68b51962.tar.gz
gdb-d327d1b34fcf9a2f78f8d5efe1c7700f68b51962.tar.bz2
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.
Diffstat (limited to 'gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp')
-rw-r--r--gdb/testsuite/gdb.arch/riscv64-unwind-prologue-with-ld-lw.exp2
1 files changed, 1 insertions, 1 deletions
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 c329d2f..f559c3f 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]} {