Re: [Patch libgo]: Move Iopl and Ioperm to 368/amd64 specific libcall_linux_*.go files.

2012-01-13 Thread Ian Lance Taylor
David Daney writes: > As discussed several months ago, libgo will not run on mips because it > references the x86 specific system calls iopl() and ioperm(). These > system calls do not exist in mips*-linux, so we move them to new > 368/amd64 specific libcall_linux_*.go files. > > The attached pa

[Patch libgo]: Move Iopl and Ioperm to 368/amd64 specific libcall_linux_*.go files.

2011-12-12 Thread David Daney
Ian, As discussed several months ago, libgo will not run on mips because it references the x86 specific system calls iopl() and ioperm(). These system calls do not exist in mips*-linux, so we move them to new 368/amd64 specific libcall_linux_*.go files. The attached patch was tested on x86_