aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-03-21 12:47:28 +0100
committerTom de Vries <tdevries@suse.de>2023-03-21 12:47:28 +0100
commitccd7caeea05eec1d43a1e63a7784db3570c02db0 (patch)
treeff00875653867bd43ccf6f90fed996e8483edc29
parent6ad0261323ae6df46439fc9bec312e21ed80397a (diff)
downloadbinutils-ccd7caeea05eec1d43a1e63a7784db3570c02db0.zip
binutils-ccd7caeea05eec1d43a1e63a7784db3570c02db0.tar.gz
binutils-ccd7caeea05eec1d43a1e63a7784db3570c02db0.tar.bz2
[gdb/testsuite] Remove ${board}_file from remote-stdio-gdbserver.exp
Looking at the implementation of ${board}_file in remote-stdio-gdbserver.exp, I don't see a relevant difference with the implementation of standard_file in dejagnu. Simplify the board by removing ${board}_file. Tested on x86_64-linux, by running gdb.testsuite/board-sanity.exp.
-rw-r--r--gdb/testsuite/boards/remote-stdio-gdbserver.exp8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/testsuite/boards/remote-stdio-gdbserver.exp b/gdb/testsuite/boards/remote-stdio-gdbserver.exp
index c4e29e4..1007b19 100644
--- a/gdb/testsuite/boards/remote-stdio-gdbserver.exp
+++ b/gdb/testsuite/boards/remote-stdio-gdbserver.exp
@@ -86,14 +86,6 @@ proc get_target_remote_pipe_cmd { } {
return "$rsh_cmd $gdbserver --once stdio $target_exec"
}
-proc ${board}_file { dest op args } {
- if { $op == "delete" } {
- set res [remote_exec target "rm -f $args"]
- return [lindex $res 0]
- }
- return [eval [list standard_file $dest $op] $args]
-}
-
proc ${board}_spawn { board cmd } {
global board_info