summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 16:26:48 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-06-25 16:26:48 +0000
commit22b26db81fda755e2a7e27610a72a6e656492271 (patch)
treeafbcb61a37c5501daae1f1e7cb2c36b76e9e633b
parent86849b63cec6f61b7af2d6f89e1e42cada7608af (diff)
downloadgcc-22b26db81fda755e2a7e27610a72a6e656492271.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/branches/gcc-4_7-branch@188945 138bc75d-0d04-0410-961f-82ee72b054a4
-rwxr-xr-xlibgo/testsuite/gotest2
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/'