summaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@wdc.com>2020-08-27 22:02:28 +0100
committerIan Lance Taylor <iant@golang.org>2020-08-27 16:18:01 -0700
commitcad843c7e7aeee32d41a56282bd1024b5cebf531 (patch)
tree2e102a9bf791694db95c03183b06a2db4a17f468 /gcc/go
parent82030d51017323c5706d58d8c8626324ece007e4 (diff)
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
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 780588aabc5..dc63f4a696a 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-9aed2d2c5e9c69aa530bf09d72d33c66e497d720
+b75a139fcc7c56988ce2d5b3a2b9e274eb521b0d
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.