]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
misc/cgo/testcshared: restore gofrontend-local changes
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 9 Sep 2019 23:13:08 +0000 (23:13 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 9 Sep 2019 23:13:08 +0000 (23:13 +0000)
    They were lost when the files were moved in the update to Go1.13beta1.
    These changes should be made in the master repo for the 1.14 release,
    as riscv64 support is added there.

    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/194343

From-SVN: r275551

gcc/go/gofrontend/MERGE
libgo/misc/cgo/testcshared/testdata/libgo2/dup2.go
libgo/misc/cgo/testcshared/testdata/libgo2/dup3.go

index c75e959ba1987e540b71072583fb974384f72a1c..21f9e483db462704486a00f2f3742ce3fbd69f4f 100644 (file)
@@ -1,4 +1,4 @@
-03fa49394bb4b37453795bef3119e5b40c929aee
+c6097f269d2b3dbfd5204cf7e3d0b9f8d7ec2b5e
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index d18f0b130d3f767671e4030fd34056c85c4bd132..d343aa54d9a8779450092461213c8d748d26fb84 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build darwin dragonfly freebsd linux,!arm64 netbsd openbsd
+// +build darwin dragonfly freebsd linux,!arm64,!riscv64 netbsd openbsd
 
 package main
 
index c9c65a6e3c1f62be51add7bc6c129cb92dabe2b3..459f0dc196874fbf53db87bf2d976f21d18c4043 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// +build linux,arm64
+// +build linux,arm64 linux,riscv64
 
 package main