public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [4.8, PATCH 11/26] Backport Power8 and LE support:  gotest
@ 2014-03-19 19:32 Bill Schmidt
  2014-04-03 14:37 ` David Edelsohn
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Schmidt @ 2014-03-19 19:32 UTC (permalink / raw)
  To: gcc-patches; +Cc: dje.gcc

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [4.8, PATCH 11/26] Backport Power8 and LE support: gotest
  2014-03-19 19:32 [4.8, PATCH 11/26] Backport Power8 and LE support: gotest Bill Schmidt
@ 2014-04-03 14:37 ` David Edelsohn
  0 siblings, 0 replies; 2+ messages in thread
From: David Edelsohn @ 2014-04-03 14:37 UTC (permalink / raw)
  To: Bill Schmidt; +Cc: GCC Patches

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-03 14:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-19 19:32 [4.8, PATCH 11/26] Backport Power8 and LE support: gotest Bill Schmidt
2014-04-03 14:37 ` David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).