From 993707a9d62d7541afe47d13caf5e3555e317702 Mon Sep 17 00:00:00 2001 From: Keith Randall Date: Tue, 30 May 2023 12:47:34 -0700 Subject: [PATCH] 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 --- doc/go1.21.html | 7 +++++++ 1 file changed, 7 insertions(+) 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

-- 2.44.0