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.
This commit is contained in:
Lancelot SIX
2021-08-12 23:29:08 +00:00
parent 69e8e0afee
commit d327d1b34f
2 changed files with 1 additions and 1 deletions

View 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]} {