doc: mention improvements in checking R15 use in assembly when dynamic linking

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>
This commit is contained in:
Keith Randall 2023-05-30 12:47:34 -07:00
parent ee402e9882
commit 993707a9d6
1 changed files with 7 additions and 0 deletions

View 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 -->