From: Keith Randall
Date: Tue, 30 May 2023 19:47:34 +0000 (-0700)
Subject: doc: mention improvements in checking R15 use in assembly when dynamic linking
X-Git-Tag: go1.21rc1~179
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=993707a9d62d7541afe47d13caf5e3555e317702;p=gostls13.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
Reviewed-by: Cherry Mui
TryBot-Bypass: Keith Randall
---
diff --git a/doc/go1.21.html b/doc/go1.21.html
index b59378fe35..e6a7b6a3e9 100644
--- a/doc/go1.21.html
+++ b/doc/go1.21.html
@@ -222,6 +222,13 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete this section, or delete if not needed
+Assembler
+
+
+
+ The verifier that checks for incorrect uses of R15
when dynamic linking on amd64 has been improved.
+
+
Linker