From: Ian Lance Taylor Date: Tue, 19 Nov 2013 02:14:40 +0000 (+0000) Subject: gotest: Recognize PPC ELF v2 function pointers in text section. X-Git-Tag: releases/gcc-4.9.0~2671 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb;p=thirdparty%2Fgcc.git gotest: Recognize PPC ELF v2 function pointers in text section. From-SVN: r205000 --- diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 4015ed1e81e4..155c7a8619ae 100755 --- a/libgo/testsuite/gotest +++ b/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/'