summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/runtime1.go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2019-02-26 15:38:12 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2019-02-26 15:38:12 +0000
commit4fd3c8aad91decbcb204c9c0900da15383945500 (patch)
treee4af19ac0fbd8be46db16d65a1a6b7b4815adf50 /libgo/go/runtime/runtime1.go
parent5c98b419f75a77545abcccb10743829704a4e5d5 (diff)
libgo: update to Go 1.12 release
Reviewed-on: https://go-review.googlesource.com/c/163742 From-SVN: r269216
Diffstat (limited to 'libgo/go/runtime/runtime1.go')
-rw-r--r--libgo/go/runtime/runtime1.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/go/runtime/runtime1.go b/libgo/go/runtime/runtime1.go
index 4e771629b0e..66091ff6580 100644
--- a/libgo/go/runtime/runtime1.go
+++ b/libgo/go/runtime/runtime1.go
@@ -313,6 +313,7 @@ type dbgVar struct {
var debug struct {
allocfreetrace int32
cgocheck int32
+ clobberfree int32
efence int32
gccheckmark int32
gcpacertrace int32
@@ -330,6 +331,7 @@ var debug struct {
var dbgvars = []dbgVar{
{"allocfreetrace", &debug.allocfreetrace},
+ {"clobberfree", &debug.clobberfree},
{"cgocheck", &debug.cgocheck},
{"efence", &debug.efence},
{"gccheckmark", &debug.gccheckmark},