aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-11-19 02:14:40 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-11-19 02:14:40 +0000
commit9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb (patch)
tree9a9b89448b5a2890b0cb3a51d4b691ae0dd510df
parent824393bd5bfa1b82c01511dfb931c5caa4a6f109 (diff)
downloadgcc-9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb.zip
gcc-9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb.tar.gz
gcc-9d5eec2da6a8ce4e457cb25be2c2a1e60a49f8fb.tar.bz2
gotest: Recognize PPC ELF v2 function pointers in text section.
From-SVN: r205000
-rwxr-xr-xlibgo/testsuite/gotest2
1 files changed, 1 insertions, 1 deletions
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/'