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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
This commit is contained in:
Cherry Mui 2024-06-11 11:17:05 -04:00
parent 0d478d8e07
commit 5d759ac902

View file

@ -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.
<!-- CL 473495 -->
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.