gotest: use a space rather than a middle dot in target lists
authorMaciej W. Rozycki <macro@wdc.com>
Thu, 27 Aug 2020 21:02:28 +0000 (22:02 +0100)
committerIan Lance Taylor <iant@golang.org>
Thu, 27 Aug 2020 23:18:01 +0000 (16:18 -0700)
commitcad843c7e7aeee32d41a56282bd1024b5cebf531
tree2e102a9bf791694db95c03183b06a2db4a17f468
parent82030d51017323c5706d58d8c8626324ece007e4
gotest: use a space rather than a middle dot in target lists

Replace the U+00B7 middle dot character, placed after "mips64p32le"
in the target lists, with a space.  The U+00B7 character may not be
considered whitespace by Bourne shell and any non-ASCII character
may render incorrectly in some terminal devices.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/251177
gcc/go/gofrontend/MERGE
libgo/testsuite/gotest