aboutsummaryrefslogtreecommitdiff
path: root/doc/dejagnu.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-05 22:59:55 +1100
committerBen Elliston <bje@gnu.org>2018-12-05 22:59:55 +1100
commit83c212039ac2f58d85447755187dc2dec3832370 (patch)
tree000e234ec1a463c4d1637fbce751731a2dc8064d /doc/dejagnu.texi
parenta36720ae1442f4f59d4c2762246b5f820db7c001 (diff)
* doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
node.
Diffstat (limited to 'doc/dejagnu.texi')
-rw-r--r--doc/dejagnu.texi26
1 files changed, 1 insertions, 25 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 8ec3327..fe23027 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4252,7 +4252,6 @@ Reboot the target.
* compile Procedure: compile procedure
* archive Procedure: archive procedure
* ranlib Procedure: ranlib procedure
-* execute_anywhere Procedure: execute_anywhere procedure
@end menu
@node board_info procedure, host_info procedure, , target database library file
@@ -4478,7 +4477,7 @@ on the remote host using @code{execute_anywhere}.
@item @code{file}
@end table
-@node ranlib procedure, execute_anywhere procedure, archive procedure, target database library file
+@node ranlib procedure, , archive procedure, target database library file
@subsubheading ranlib Procedure
@findex ranlib
@@ -4494,29 +4493,6 @@ flags.
@item @code{file}
@end table
-@node execute_anywhere procedure, , ranlib procedure, target database library file
-@subsubheading execute_anywhere Procedure
-@findex execute_anywhere
-
-This executes the @emph{cmdline} on the proper host. This should be used
-as a replacement for the Tcl command @code{exec} as this version
-utilizes the target config info to execute this command on the build
-machine or a remote host. All config information for the remote host
-must be setup to have this command work. If this is a Canadian cross
-(where we test a cross compiler that runs on a different host then where
-DejaGnu is running) then a connection is made to the remote host and the
-command is executed there. It returns either REMOTERROR (for an error)
-or the output produced when the command was executed. This is used for
-running the tool to be tested, not a test case.
-
-@quotation
-@t{@b{execute_anywhere} @i{cmdline}}
-@end quotation
-
-@table @asis
-@item @code{cmdline}
-@end table
-
@node platform dependent procedures, Utility Procedures, target database library file, Built-in Procedures
@section Platform Dependent Procedures