Re: libgo patch committed: Add system calls

2013-10-18 Thread Ian Lance Taylor
On Fri, Oct 18, 2013 at 5:40 AM, Uros Bizjak wrote: > Hello! > >> This patch to libgo adds some system calls to the syscall package. >> Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. >> Committed to mainline and 4.8 branch, since these calls were in Go >> 1.1.2. > > Uros. > > Index

Re: libgo patch committed: Add system calls

2013-10-18 Thread Uros Bizjak
Hello! > This patch to libgo adds some system calls to the syscall package. > Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. > Committed to mainline and 4.8 branch, since these calls were in Go > 1.1.2. Uros. Index: runtime/go-nosys.c =

libgo patch committed: Add system calls

2013-10-17 Thread Ian Lance Taylor
This patch to libgo adds some system calls to the syscall package. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline and 4.8 branch, since these calls were in Go 1.1.2. Ian diff -r 1fab07e328de libgo/configure.ac --- a/libgo/configure.ac Thu Oct 17 08:41:31 2013