public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <iant@golang.org>
To: gcc-patches <gcc-patches@gcc.gnu.org>,
		"gofrontend-dev@googlegroups.com"
	<gofrontend-dev@googlegroups.com>
Subject: libgo patch committed: Fix type of RawSockaddr Data field for PPC
Date: Mon, 03 Aug 2015 21:19:00 -0000	[thread overview]
Message-ID: <CAOyqgcXnxbGocLqKJpYzKo83EoQ_+p26-8jhmoj6hvraaWJf_A@mail.gmail.com> (raw)

The gc compiler determines the type of the Data field in the
syscall.RawSockaddr type by looking at the system header files.  The
gccgo library just has a fixed definition for it.  Unfortunately the
fixed definition does not match the header files on PPC64 systems.
This is https://golang.org/issue/11469 .  This patch from Lynn Boger
fixes this.  Bootstrapped and ran Go testsuite on
x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

                 reply	other threads:[~2015-08-03 21:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOyqgcXnxbGocLqKJpYzKo83EoQ_+p26-8jhmoj6hvraaWJf_A@mail.gmail.com \
    --to=iant@golang.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gofrontend-dev@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).