aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-09-25 14:31:57 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-09-25 14:31:57 +0000
commitf5ec13f15ddaa6dc61b81d5c14cd8b30df896b40 (patch)
tree2f3289c7aec8cfae51b453ebed7c32164270cfe1 /gcc/go
parentbe2df8bc38a14659f6a5604c22252f17ef2a2a6c (diff)
downloadgcc-f5ec13f15ddaa6dc61b81d5c14cd8b30df896b40.zip
gcc-f5ec13f15ddaa6dc61b81d5c14cd8b30df896b40.tar.gz
gcc-f5ec13f15ddaa6dc61b81d5c14cd8b30df896b40.tar.bz2
internal/bytealg, internal/cpu, internal/poll: portability fixes
In internal/bytealg correct a +build tag to never build indexbyte_generic.go for the gofrontend, where we always use indexbyte_native.go. For internal/cpu let the Makefile define CacheLineSize using goarch.sh, rather than trying to enumerate all the possibilities in cpu_ARCH.go files. In internal/poll call the C fcntl function rather than using SYS_FCNTL. Change mksysinfo.sh to ensure that F_GETPIPE_SZ is always defined, and check that in internal/poll. Reviewed-on: https://go-review.googlesource.com/137256 From-SVN: r264572
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 65693ff..485906f 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-1dbc5b805a1665079008d1ce341991c3554c1eeb
+652fbfb7acfd81ceffe28e20984464aa7bb6024d
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.