diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-12 14:28:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2016-10-12 14:28:05 +0000 |
commit | c8dc49fb0318088e30040d1162cea181931f1ab4 (patch) | |
tree | bcfc25031f13595df938603e4e0d86327cfde9a2 /gcc | |
parent | a25f5b28d740a5ae7a81608e0b10df94f110d7a5 (diff) | |
download | gcc-c8dc49fb0318088e30040d1162cea181931f1ab4.zip gcc-c8dc49fb0318088e30040d1162cea181931f1ab4.tar.gz gcc-c8dc49fb0318088e30040d1162cea181931f1ab4.tar.bz2 |
syscall, internal/syscall/unix: Fix getrandom, clone on sparc64
Since sparc is a valid architecture, the name of
getrandom_linux_sparc.go means that it will be ignored on sparc64,
even though it's whitelisted with a +build line.
On SPARC, clone has a unique return value convention which requires
some inline assembly to convert it to the normal convention.
Reviewed-on: https://go-review.googlesource.com/30873
From-SVN: r241051
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index d09cec1..d022604 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -03e53c928ebaa15a915eb1e1b07f193d83fc2852 +d56717f8c434b3d6b753c027487681769e201e14 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |