commit | dba9eb336930ccddafb4bec2ca67d6ea125b1f02 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Fri Jan 16 19:22:58 2015 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Jan 21 00:44:18 2015 +0000 |
tree | cfcbc7b73287ac5f120ca5538b46e6b8f8be486b | |
parent | 8bf6e09f4cbb0242039dd4602f1f2d58e30e0f26 [diff] [blame] |
build: implement GOEXPERIMENT again in runtime, and add to liblink For Austin's framepointer experiment. Change-Id: I81b6f414943b3578924f853300b9193684f79bf4 Reviewed-on: https://go-review.googlesource.com/2994 Reviewed-by: Austin Clements <austin@google.com>
diff --git a/src/liblink/sym.c b/src/liblink/sym.c index e068371..35b88f4 100644 --- a/src/liblink/sym.c +++ b/src/liblink/sym.c
@@ -90,6 +90,7 @@ char *p; char buf[1024]; + linksetexp(); nuxiinit(arch); ctxt = emallocz(sizeof *ctxt);