diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-06-25 16:26:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-06-25 16:26:27 +0000 |
commit | 25bab91e017eb1d6d93117f3da96fa9b43703190 (patch) | |
tree | d1c17282ca64efa002839c21d1792fdb26fdc41e /libgo/testsuite | |
parent | 08a680a8879ce9da16d808644730f7cfacaf667f (diff) | |
download | gcc-25bab91e017eb1d6d93117f3da96fa9b43703190.tar.gz |
gotest: Only look in data segment for ppc64, not ppc*.
From Andreas Schwab.
From-SVN: r188944
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/' |