From: Simon Marchi Date: Thu, 11 Feb 2021 00:17:47 +0000 (-0500) Subject: gdb: adjust comment in gdb.multi/multi-target.exp.tcl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=160fe1933736c123e15199080874fcab8b9ecc65;p=binutils-gdb.git gdb: adjust comment in gdb.multi/multi-target.exp.tcl I wanted to make this change before pushing the last patch but forgot to amend before pushing. Change-Id: I8e1f03ee0131c1e75973718e7835b39580a06054 --- diff --git a/gdb/testsuite/gdb.multi/multi-target.exp.tcl b/gdb/testsuite/gdb.multi/multi-target.exp.tcl index 6f3051c6b27..d14be03cbf2 100644 --- a/gdb/testsuite/gdb.multi/multi-target.exp.tcl +++ b/gdb/testsuite/gdb.multi/multi-target.exp.tcl @@ -112,7 +112,7 @@ proc setup {non-stop} { save_vars { ::GDBFLAGS } { # Make GDB read files from the local file system, not through the - # remote targets. + # remote targets, to speed things up. set ::GDBFLAGS "${::GDBFLAGS} -ex \"set sysroot\"" clean_restart ${binfile} }