gcc/libgo/go/internal/syscall/unix
Ian Lance Taylor 44ef03008c libgo: support x32 as GOARCH=amd64p32 GOOS=linux
This is enough to let libgo build when configured using
    --with-multilib-list=m64,m32,mx32.  I don't have an x32-enabled kernel
    so I haven't tested whether it executes correctly.
    
    For https://gcc.gnu.org/PR87470
    
    Reviewed-on: https://go-review.googlesource.com/138817

From-SVN: r264772
2018-10-01 20:17:11 +00:00
..
dummy.go
getentropy_openbsd.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux_386.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux_alpha.go internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
getrandom_linux_amd64.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux_amd64p32.go libgo: support x32 as GOARCH=amd64p32 GOOS=linux 2018-10-01 20:17:11 +00:00
getrandom_linux_arm.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux_generic.go libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
getrandom_linux_ia64.go internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
getrandom_linux_m68k.go internal/syscall/unix: add randomTrap for m68k 2017-03-22 23:51:35 +00:00
getrandom_linux_mips64p32x.go libgo: remove old MIPS architecture names 2017-06-21 22:11:04 +00:00
getrandom_linux_mips64x.go libgo: remove old MIPS architecture names 2017-06-21 22:11:04 +00:00
getrandom_linux_mipsx.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
getrandom_linux_ppc64x.go libgo: fix getrandom build for 32-bit ppc 2016-08-06 15:58:22 +00:00
getrandom_linux_s390.go internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
getrandom_linux_s390x.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getrandom_linux_shx.go internal/syscall/unix: add randomTrap for sh/shbe 2018-01-30 04:48:55 +00:00
getrandom_linux_sparcx.go syscall, internal/syscall/unix: Fix getrandom, clone on sparc64 2016-10-12 14:28:05 +00:00
nonblocking.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
nonblocking_js.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
nonblocking_nacl.go libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00