This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libgo patch committed: Fix type of RawSockaddr Data field for PPC


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]