diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index fc7c1787b4d..99e6fd40eda 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -51d2cb40a6475b126ed66cefa2aa6c8dbdc806d0 +e330eea4464f1513808ccd95011edb4ccbe946b5 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/runtime/stubs3.go b/libgo/go/runtime/stubs3.go index d3e331ab9da..d339787d0f8 100644 --- a/libgo/go/runtime/stubs3.go +++ b/libgo/go/runtime/stubs3.go @@ -2,13 +2,6 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !plan9 -// +build !windows -// +build !nacl -// +build !freebsd -// +build !darwin -// +build !aix - package runtime func nanotime() int64