Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-08 Thread Ian Lance Taylor
Rainer Orth writes: > This patch and the preceding one need to go onto the 4.7 branch, too, > otherwise bootstrap on Solaris and CentOS 5.6 is broken. Thanks--I plan to prepare a large patch for the 4.7 branch tomorrow. Ian

Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-08 Thread Rainer Orth
Ian Lance Taylor writes: > Rainer Orth writes: > >> Rainer Orth writes: >> >>> Ian Lance Taylor writes: >>> This patch to libgo fills out the syscall package for GNU/Linux to match all the functions in the syscall package in the master Go library. There is a test case for this p

Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-04 Thread Ian Lance Taylor
Rainer Orth writes: > Rainer Orth writes: > >> Ian Lance Taylor writes: >> >>> This patch to libgo fills out the syscall package for GNU/Linux to match >>> all the functions in the syscall package in the master Go library. >>> There is a test case for this patch at >>> http://code.google.com/p/

Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-02 Thread Ian Lance Taylor
Rainer Orth writes: > Rainer Orth writes: > >> Ian Lance Taylor writes: >> >>> This patch to libgo fills out the syscall package for GNU/Linux to match >>> all the functions in the syscall package in the master Go library. >>> There is a test case for this patch at >>> http://code.google.com/p/

Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-02 Thread Rainer Orth
Rainer Orth writes: > Ian Lance Taylor writes: > >> This patch to libgo fills out the syscall package for GNU/Linux to match >> all the functions in the syscall package in the master Go library. >> There is a test case for this patch at >> http://code.google.com/p/go/issues/detail?id=3071 . Boo

Re: libgo patch committed: Fill out syscall package for GNU/Linux

2012-03-02 Thread Rainer Orth
Ian Lance Taylor writes: > This patch to libgo fills out the syscall package for GNU/Linux to match > all the functions in the syscall package in the master Go library. > There is a test case for this patch at > http://code.google.com/p/go/issues/detail?id=3071 . Bootstrapped and > ran Go testsu

libgo patch committed: Fill out syscall package for GNU/Linux

2012-02-29 Thread Ian Lance Taylor
This patch to libgo fills out the syscall package for GNU/Linux to match all the functions in the syscall package in the master Go library. There is a test case for this patch at http://code.google.com/p/go/issues/detail?id=3071 . Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Com