From: ian Date: Tue, 19 Nov 2013 02:14:40 +0000 (+0000) Subject: gotest: Recognize PPC ELF v2 function pointers in text section. X-Git-Tag: upstream/4.9.2~2853 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3db0683aede5b937aa7a76bb4a0f547deed7144;p=platform%2Fupstream%2Flinaro-gcc.git gotest: Recognize PPC ELF v2 function pointers in text section. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205000 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 4015ed1..155c7a8 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/'