r269315 - in /trunk: gcc/go/gofrontend/MERGE li...

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Mar 1 14:21:00 GMT 2019


Author: ian
Date: Fri Mar  1 14:21:24 2019
New Revision: 269315

URL: https://gcc.gnu.org/viewcvs?rev=269315&root=gcc&view=rev
Log:
    runtime: call execname and getpagesize on Solaris
    
    Interpreting auxv as []uintptr is incorrect on 64-bit big-endian,
    as auxv alternates a 32-bit int with a 64-bit pointer.
    
    Patch from Rainer Orth.
    
    Reviewed-on: https://go-review.googlesource.com/c/164739

Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/runtime/os3_solaris.go



More information about the Gcc-cvs mailing list