From: Cherry Mui Date: Tue, 11 Jun 2024 15:17:05 +0000 (-0400) Subject: doc/next: reword linker -bindnow release notes X-Git-Tag: go1.23rc1~49 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5d759ac902925011e3266d318751686e47c6fe5b;p=gostls13.git doc/next: reword linker -bindnow release notes For #65614. Change-Id: I1a2a4bc18601526053840a280e0604a8e1028ce6 Reviewed-on: https://go-review.googlesource.com/c/go/+/591899 LUCI-TryBot-Result: Go LUCI Reviewed-by: Than McIntosh --- diff --git a/doc/next/5-toolchain.md b/doc/next/5-toolchain.md index c9437a6a8b..b1533ad8ac 100644 --- a/doc/next/5-toolchain.md +++ b/doc/next/5-toolchain.md @@ -25,4 +25,5 @@ TODO: Say what needs to be said in Go 1.23 release notes regarding the locking down of future linkname uses. -The new `-bindnow` flag enables full RELRO on ELF targets. +When building a dynamically linked ELF binary (including PIE binary), the +new `-bindnow` flag enables immediate function binding.