diff mbox

[4.8,11/26] Backport Power8 and LE support: gotest

Message ID 1395257516.17148.13.camel@gnopaine
State New
Headers show

Commit Message

Bill Schmidt March 19, 2014, 7:31 p.m. UTC
Hi,

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

Thanks,
Bill


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

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

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

Comments

David Edelsohn April 3, 2014, 2:37 p.m. UTC | #1
On Wed, Mar 19, 2014 at 3:31 PM, Bill Schmidt
<wschmidt@linux.vnet.ibm.com> wrote:
> Hi,
>
> This patch (diff-abi-gotest) backports enablement of the Go testsuite
> for powerpc64le.
>
> Thanks,
> Bill
>
>
> 2014-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
>
>         Backport from mainline r205000.
>         2013-11-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
>
>         gotest: Recognize PPC ELF v2 function pointers in text section.

Okay.

Thanks, David
diff mbox

Patch

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/'