Hi,

This patch (diff-abi-gotest) backports enablement of the Go testsuite
for powerpc64le.

Thanks,
Bill


2014-03-29  Bill Schmidt  <wschm...@linux.vnet.ibm.com>

        Backport from mainline r205000.
        2013-11-19  Ulrich Weigand  <ulrich.weig...@de.ibm.com>

        gotest: Recognize PPC ELF v2 function pointers in text section.


Index: gcc-4_8-branch/libgo/testsuite/gotest
===================================================================
--- gcc-4_8-branch.orig/libgo/testsuite/gotest  2013-12-28 17:41:31.783625708 
+0100
+++ gcc-4_8-branch/libgo/testsuite/gotest       2013-12-28 17:50:45.671367653 
+0100
@@ -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/'



Reply via email to