r261895 - in /branches/gcc-8-branch/libgo: conf...

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


Author: ian
Date: Fri Jun 22 14:25:34 2018
New Revision: 261895

URL: https://gcc.gnu.org/viewcvs?rev=261895&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:
    branches/gcc-8-branch/libgo/go/syscall/libcall_linux_ustat.go
Modified:
    branches/gcc-8-branch/libgo/config.h.in
    branches/gcc-8-branch/libgo/configure
    branches/gcc-8-branch/libgo/configure.ac
    branches/gcc-8-branch/libgo/mksysinfo.sh
    branches/gcc-8-branch/libgo/sysinfo.c



More information about the Gcc-cvs mailing list