NEWS: Mention PLT rewrite on x86-64
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 15 Jan 2024 17:39:03 +0000 (09:39 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 16 Jan 2024 19:03:45 +0000 (11:03 -0800)
Mention PLT rewrite on x86-64 for glibc 2.39.

NEWS

diff --git a/NEWS b/NEWS
index 16afc4f..72e9d70 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Version 2.39
 
 Major new features:
 
+* A new tunable, glibc.cpu.plt_rewrite, can be used to enable PLT
+  rewrite on x86-64.  When enabled with non-lazy binding, the dynamic
+  linker will rewrite indirect branches in PLT with direct branches.
+
 * Sync with Linux kernel 6.6 shadow stack interface.  The --enable-cet
   configure option in only supported on x86-64.