Skip to content

Commit 993707a

Browse files
committed
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 <[email protected]> Reviewed-by: Cherry Mui <[email protected]> TryBot-Bypass: Keith Randall <[email protected]>
1 parent ee402e9 commit 993707a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/go1.21.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ <h2 id="compiler">Compiler</h2>
222222
TODO: complete this section, or delete if not needed
223223
</p>
224224

225+
<h2 id="assembler">Assembler</h2>
226+
227+
<!-- CL 476295 -->
228+
<p>
229+
The verifier that checks for incorrect uses of <code>R15</code> when dynamic linking on amd64 has been improved.
230+
</p>
231+
225232
<h2 id="linker">Linker</h2>
226233

227234
<!-- CL 457455 -->

0 commit comments

Comments
 (0)