From 9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor <ian@gcc.gnu.org> Date: Tue, 19 Nov 2013 02:14:40 +0000 Subject: [PATCH] gotest: Recognize PPC ELF v2 function pointers in text section. From-SVN: r205000 --- libgo/testsuite/gotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- GitLab