This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 6 patch RFA: libgo: Remove syscall.Ustat
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Ian Lance Taylor <iant at golang dot org>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, gofrontend-dev at googlegroups dot com
- Date: Tue, 26 Jun 2018 00:05:21 +0200
- Subject: Re: GCC 6 patch RFA: libgo: Remove syscall.Ustat
- References: <CAOyqgcXuEgZABCfsesi2fOSTK05qBhAGb36UDKLS2bfPW_TD+g@mail.gmail.com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
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 the syscall.Ustat function from libgo,
> since the ustat function is being removed from new versions of glibc.
>
> Bootstrapped and ran Go tests on x86_64-pc-linux-gnu. OK for GCC 6 branch?
Yes, thanks.
Jakub