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

ian@gcc.gnu.org ian@gcc.gnu.org
Fri Jun 22 14:25:00 GMT 2018


Author: ian
Date: Fri Jun 22 14:25:52 2018
New Revision: 261896

URL: https://gcc.gnu.org/viewcvs?rev=261896&root=gcc&view=rev
Log:
    syscall: remove Ustat
    
    glibc 2.28 removes ustat.h and the ustat function entirely, which
    breaks syscall.Ustat.
    
    Updates golang/go#25990
    
    Reviewed-on: https://go-review.googlesource.com/120535

Removed:
    trunk/libgo/go/syscall/libcall_linux_ustat.go
Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/config.h.in
    trunk/libgo/configure
    trunk/libgo/configure.ac
    trunk/libgo/mksysinfo.sh
    trunk/libgo/sysinfo.c



More information about the Gcc-cvs mailing list