diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-25 16:26:27 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-06-25 16:26:27 +0000 |
commit | bc67d02f153fd77128df51d80150ea600689f682 (patch) | |
tree | d1c17282ca64efa002839c21d1792fdb26fdc41e /libgo/testsuite | |
parent | 4b786d35e0af0c254988199551709abef06b925e (diff) | |
download | gcc-bc67d02f153fd77128df51d80150ea600689f682.tar.gz |
gotest: Only look in data segment for ppc64, not ppc*.
From Andreas Schwab.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188944 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/testsuite')
-rwxr-xr-x | libgo/testsuite/gotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index da1162e6748..208cbaf8af3 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -355,7 +355,7 @@ localname() { { text="T" case "$GOARCH" in - ppc*) text="D" ;; + ppc64) text="D" ;; esac symtogo='sed -e s/_test/XXXtest/ -e s/.*_\([^_]*\.\)/\1/ -e s/XXXtest/_test/' |