From 160fe1933736c123e15199080874fcab8b9ecc65 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 10 Feb 2021 19:17:47 -0500 Subject: [PATCH] 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 --- gdb/testsuite/gdb.multi/multi-target.exp.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } -- 2.30.2