gotest: Only look in data segment for ppc64, not ppc*.

From Andreas Schwab.

From-SVN: r188945
This commit is contained in:
Ian Lance Taylor 2012-06-25 16:26:48 +00:00
parent 6ee66d63e6
commit fd9559ec04
1 changed files with 1 additions and 1 deletions

View File

@ -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/'