mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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:
@ -21,7 +21,7 @@ if {![istarget "riscv64-*-*"]} {
|
|||||||
return
|
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
|
riscv64-unwind-prologue-with-ld-lw-foo.s
|
||||||
if {[prepare_for_testing "failed to prepare" $testfile \
|
if {[prepare_for_testing "failed to prepare" $testfile \
|
||||||
"$srcfile $srcfile2" nodebug]} {
|
"$srcfile $srcfile2" nodebug]} {
|
||||||
|
Reference in New Issue
Block a user