]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.15: mention new debug/pe constants
authorIan Lance Taylor <iant@golang.org>
Fri, 5 Jun 2020 16:52:35 +0000 (09:52 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 5 Jun 2020 17:09:20 +0000 (17:09 +0000)
The constants were added in CL 222637.

For #37419

Change-Id: Iae662d677d31c44a7560399ef6771f520c1f7663
Reviewed-on: https://go-review.googlesource.com/c/go/+/236682
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
doc/go1.15.html

index 0c345f22e25664fc713b9bb224c15c731ddaa74c..a863b96d2250dab37239eb04949951b0a7ae42b0 100644 (file)
@@ -328,7 +328,10 @@ TODO
 <dl id="debug/pe"><dt><a href="/pkg/debug/pe/">debug/pe</a></dt>
   <dd>
     <p><!-- CL 222637 -->
-      TODO: <a href="https://golang.org/cl/222637">https://golang.org/cl/222637</a>: copy some consts from cmd/link/internal/ld
+      The package now defines the
+      <code>IMAGE_FILE</code>, <code>IMAGE_SUBSYSTEM</code>,
+      and <code>IMAGE_DLLCHARACTERISTICS</code> constants used by the
+      PE file format.
     </p>
   </dd>
 </dl><!-- debug/pe -->