aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/libgo/testsuite/gotest
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/libgo/testsuite/gotest')
-rwxr-xr-xgcc-4.8/libgo/testsuite/gotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.8/libgo/testsuite/gotest b/gcc-4.8/libgo/testsuite/gotest
index 4015ed1e8..155c7a861 100755
--- a/gcc-4.8/libgo/testsuite/gotest
+++ b/gcc-4.8/libgo/testsuite/gotest
@@ -369,7 +369,7 @@ localname() {
{
text="T"
case "$GOARCH" in
- ppc64) text="D" ;;
+ ppc64) text="[TD]" ;;
esac
symtogo='sed -e s/_test/XXXtest/ -e s/.*_\([^_]*\.\)/\1/ -e s/XXXtest/_test/'