Re: libgo patch committed: Update to go1.15rc1

2020-08-04 Thread Ian Lance Taylor via Gcc-patches
On Sun, Aug 2, 2020 at 1:00 PM Rainer Orth wrote: > > Hi Ian, > > > This libgo patch updates the sources to the go1.15rc1 release > > candidate. As usual, the changes for this update are too large to > > include in an e-mail message. I've just included the highlights and > > changes to

Re: libgo patch committed: Update to go1.15rc1

2020-08-03 Thread Ian Lance Taylor via Gcc-patches
On Mon, Aug 3, 2020 at 10:28 AM Andreas Schwab wrote: > > On Aug 03 2020, Ian Lance Taylor wrote: > > > On Sun, Aug 2, 2020 at 12:50 AM Andreas Schwab > > wrote: > >> > >> This breaks ia64-linux. According to > >> arch/ia64/kernel/syscalls/syscall.tbl, the getrandom syscall is 315 and > >>

Re: libgo patch committed: Update to go1.15rc1

2020-08-03 Thread Andreas Schwab
On Aug 03 2020, Ian Lance Taylor wrote: > On Sun, Aug 2, 2020 at 12:50 AM Andreas Schwab wrote: >> >> This breaks ia64-linux. According to >> arch/ia64/kernel/syscalls/syscall.tbl, the getrandom syscall is 315 and >> copy_file_range is 323. >> >>

Re: libgo patch committed: Update to go1.15rc1

2020-08-03 Thread Ian Lance Taylor via Gcc-patches
On Sun, Aug 2, 2020 at 12:50 AM Andreas Schwab wrote: > > This breaks ia64-linux. According to > arch/ia64/kernel/syscalls/syscall.tbl, the getrandom syscall is 315 and > copy_file_range is 323. > > ../../../libgo/go/internal/syscall/unix/copy_file_range_linux.go:13:42: > error: reference to

Re: libgo patch committed: Update to go1.15rc1

2020-08-02 Thread Rainer Orth
Hi Ian, > This libgo patch updates the sources to the go1.15rc1 release > candidate. As usual, the changes for this update are too large to > include in an e-mail message. I've just included the highlights and > changes to GCC-specific files below. Bootstrapped and ran Go > testsuite on

Re: libgo patch committed: Update to go1.15rc1

2020-08-02 Thread Andreas Schwab
This breaks ia64-linux. According to arch/ia64/kernel/syscalls/syscall.tbl, the getrandom syscall is 315 and copy_file_range is 323. ../../../libgo/go/internal/syscall/unix/copy_file_range_linux.go:13:42: error: reference to undefined name 'copyFileRangeTrap' 13 | r1, _, errno :=

libgo patch committed: Update to go1.15rc1

2020-08-01 Thread Ian Lance Taylor via Gcc-patches
This libgo patch updates the sources to the go1.15rc1 release candidate. As usual, the changes for this update are too large to include in an e-mail message. I've just included the highlights and changes to GCC-specific files below. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu.