This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r249474 - in /trunk: gcc/go/gofrontend/MERGE li...
- From: ian at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 21 Jun 2017 21:47:35 -0000
- Subject: r249474 - in /trunk: gcc/go/gofrontend/MERGE li...
Author: ian
Date: Wed Jun 21 21:47:35 2017
New Revision: 249474
URL: https://gcc.gnu.org/viewcvs?rev=249474&root=gcc&view=rev
Log:
internal/syscall/unix: implement randomTrap on mips64p32*
Rename getrandom_linux_mipsn32.go to use the new architecture name for
the n32 ABI and enable building it on mips64p32 and mips64p32le.
Reviewed-on: https://go-review.googlesource.com/46151
Added:
trunk/libgo/go/internal/syscall/unix/getrandom_linux_mips64p32x.go
Removed:
trunk/libgo/go/internal/syscall/unix/getrandom_linux_mipsn32.go
Modified:
trunk/gcc/go/gofrontend/MERGE