This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[4.8, PATCH 11/26] Backport Power8 and LE support: gotest
- From: Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: dje dot gcc at gmail dot com
- Date: Wed, 19 Mar 2014 14:31:56 -0500
- Subject: [4.8, PATCH 11/26] Backport Power8 and LE support: gotest
- Authentication-results: sourceware.org; auth=none
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.
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/'