gotest: Only look in data segment for ppc64, not ppc*.
From Andreas Schwab. From-SVN: r188944
This commit is contained in:
parent
08a680a887
commit
25bab91e01
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
Loading…
Add table
Reference in a new issue