]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc: mention improvements in checking R15 use in assembly when dynamic linking
authorKeith Randall <khr@golang.org>
Tue, 30 May 2023 19:47:34 +0000 (12:47 -0700)
committerKeith Randall <khr@golang.org>
Tue, 30 May 2023 20:19:54 +0000 (20:19 +0000)
Change-Id: I223649818763c0620875c034a77a8865252e3e69
Reviewed-on: https://go-review.googlesource.com/c/go/+/499280
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Bypass: Keith Randall <khr@golang.org>

doc/go1.21.html

index b59378fe355c3ae7d340d5f87af10047b92b3429..e6a7b6a3e93ac826d25aac4c9d6d1b21d862eea1 100644 (file)
@@ -222,6 +222,13 @@ Do not send CLs removing the interior tags from such phrases.
   TODO: complete this section, or delete if not needed
 </p>
 
+<h2 id="assembler">Assembler</h2>
+
+<!-- CL 476295 -->
+<p>
+  The verifier that checks for incorrect uses of <code>R15</code> when dynamic linking on amd64 has been improved.
+</p>
+
 <h2 id="linker">Linker</h2>
 
 <!-- CL 457455 -->