diff options
author | Alex Brainman <alex.brainman@gmail.com> | 2016-04-29 16:23:55 +1000 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2016-10-13 19:11:02 +0000 |
commit | d08c3d1329994ddba2e0a2dd13b950f9f178ab02 (patch) | |
tree | 54eacfaed152c66ed467e3dda15085d53ee7d97a /misc | |
parent | 2427123d9391134a68c6f60b5acbcb6f60856ff8 (diff) | |
download | go-git-d08c3d1329994ddba2e0a2dd13b950f9f178ab02.tar.gz |
cmd/link/internal/ld: use debug/pe package to rewrite ldpe.go
This CL also includes vendored copy of debug/pe,
otherwise bootstrapping fails.
Updates #15345
Change-Id: I3a8ac990e3cb12cb4d24ec11b618b68190397fd1
Reviewed-on: https://go-review.googlesource.com/22603
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nacl/testzip.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/nacl/testzip.proto b/misc/nacl/testzip.proto index 561df80642..33218dde8b 100644 --- a/misc/nacl/testzip.proto +++ b/misc/nacl/testzip.proto @@ -36,6 +36,11 @@ go src=.. gofmt_test.go testdata + + link + internal + pe + testdata + + vendor golang.org x |