internal/syscall/unix: add randomTrap for sh/shbe
commit546375fa99d73b71f8f22d317afe3513917eee57
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jan 2018 04:48:55 +0000 (30 04:48 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Jan 2018 04:48:55 +0000 (30 04:48 +0000)
treeddf983e622d5585cda0fcdb353d0015b809ee387
parent0feba8ce47150fa0b80a57078860aa6a01ff3bde
internal/syscall/unix: add randomTrap for sh/shbe

    CL 84555 added support for the SuperH architecture, but didn't add the
    randomTrap definition to be used for the getrandom syscall on Linux.
    Add it now.

    Reviewed-on: https://go-review.googlesource.com/90535

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257171 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
libgo/go/internal/syscall/unix/getrandom_linux_shx.go [new file with mode: 0644]