mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
binutils objdump.exp remote_file typo
* testsuite/binutils-all/objdump.exp (bintest.a): Correct remote_file delete command.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2020-06-23 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* testsuite/binutils-all/objdump.exp (bintest.a): Correct
|
||||||
|
remote_file delete command.
|
||||||
|
|
||||||
2020-06-22 Nick Clifton <nickc@redhat.com>
|
2020-06-22 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 26112
|
PR 26112
|
||||||
|
@ -83,7 +83,7 @@ if [is_remote host] {
|
|||||||
|
|
||||||
# $testarchive exists only if it is supported.
|
# $testarchive exists only if it is supported.
|
||||||
set testarchive tmpdir/bintest.a
|
set testarchive tmpdir/bintest.a
|
||||||
remote_file host file delete $testarchive
|
remote_file host delete $testarchive
|
||||||
set got [binutils_run $AR "rc tmpdir/bintest.a $testfile2"]
|
set got [binutils_run $AR "rc tmpdir/bintest.a $testfile2"]
|
||||||
if ![string match "" $got] then {
|
if ![string match "" $got] then {
|
||||||
fail "bintest.a"
|
fail "bintest.a"
|
||||||
|
Reference in New Issue
Block a user