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)
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

index 780588aabc56bedf79f87ea289d4ea3301da2890..dc63f4a696a9a0095ad18ff5ae0c9e5361e3e8a6 100644 (file)
@@ -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.
index 2bd6b5e2b2a4567103e85b12d10bcdcfea5a40c0..eadafa1a7cd63492554674a2e7de669a735bf1e6 100755 (executable)
@@ -308,7 +308,7 @@ x)
            aix | android | darwin | dragonfly | freebsd | hurd | illumos | js | linux | nacl | netbsd | openbsd | plan9 | solaris | windows)
                tag1=nonmatchingtag
                ;;
-           386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le·| nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm)
+           386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le | nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm)
                tag1=nonmatchingtag
                ;;
            esac
@@ -320,7 +320,7 @@ x)
            aix | android | darwin | dragonfly | freebsd | hurd | illumos | js | linux | nacl | netbsd | openbsd | plan9 | solaris | windows)
                tag2=nonmatchingtag
                ;;
-           386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le·| nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm)
+           386 | amd64 | amd64p32 | arm | armbe | arm64 | arm64be | alpha | ia64 | m68k | mips | mipsle | mips64 | mips64le | mips64p32 | mips64p32le | nios2 | ppc | ppc64 | ppc64le | riscv64 | s390 | s390x | sh | shbe | sparc | sparc64 | wasm)
                tag2=nonmatchingtag
                ;;
            esac