mirror of https://github.com/golang/go.git
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:
parent
ee402e9882
commit
993707a9d6
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue