public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-10-branch)] internal/syscall/unix: use getrandom_linux_generic.go on arm64be
@ 2020-01-23 19:23 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-01-23 19:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:26afdf5070625d7a51e7393f57611062700bfa3e

commit 26afdf5070625d7a51e7393f57611062700bfa3e
Author: Andrew Pinski <pinskia@gmail.com>
Date:   Sat Jan 18 01:43:01 2020 +0000

    internal/syscall/unix: use getrandom_linux_generic.go on arm64be
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/215342

Diff:
---
 gcc/go/gofrontend/MERGE                                   | 2 +-
 libgo/go/internal/syscall/unix/getrandom_linux_generic.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 61f01d7..544c6e6 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-94a5ff53df24c58c5e6629ce6720a02aa9986322
+9ae2223f91c4ca642885b80d88eb0baf756acf94
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
diff --git a/libgo/go/internal/syscall/unix/getrandom_linux_generic.go b/libgo/go/internal/syscall/unix/getrandom_linux_generic.go
index 95748d5..0c79ae5 100644
--- a/libgo/go/internal/syscall/unix/getrandom_linux_generic.go
+++ b/libgo/go/internal/syscall/unix/getrandom_linux_generic.go
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // +build linux
-// +build arm64 nios2 riscv64
+// +build arm64 arm64be nios2 riscv64
 
 package unix


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-01-23 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-23 19:23 [gcc(refs/vendors/redhat/heads/gcc-10-branch)] internal/syscall/unix: use getrandom_linux_generic.go on arm64be Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).