Re: GCC 6 patch RFA: libgo: Remove syscall.Ustat

2018-06-25 Thread Jakub Jelinek
On Mon, Jun 25, 2018 at 03:02:02PM -0700, Ian Lance Taylor wrote: > Since it looks like there might be a 6.5 release, here is backport of Yes, 6.5 is going to be the last release from the gcc-6-branch. > https://gcc.gnu.org/ml/gcc-patches/2018-06/msg01420.html > > to GCC 6 branch. This removes

GCC 6 patch RFA: libgo: Remove syscall.Ustat

2018-06-25 Thread Ian Lance Taylor
Since it looks like there might be a 6.5 release, here is backport of https://gcc.gnu.org/ml/gcc-patches/2018-06/msg01420.html to GCC 6 branch. This removes the syscall.Ustat function from libgo, since the ustat function is being removed from new versions of glibc. Bootstrapped and ran Go tests