internal/syscall/unix: implement randomTrap on mips64p32*
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 21 Jun 2017 21:47:35 +0000 (21:47 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 21 Jun 2017 21:47:35 +0000 (21:47 +0000)
commit4c0478b33873f8201c103d0910d7f1d5dcfc2979
treeb7e96f3d49c1693c6ce516b5a2d360c22e472578
parenta8bc65cd00911ef459e77a7e0b7218ac150065bb
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

From-SVN: r249474
gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/getrandom_linux_mips64p32x.go [new file with mode: 0644]
libgo/go/internal/syscall/unix/getrandom_linux_mipsn32.go [deleted file]