aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-01-15 09:39:03 -0800
committerH.J. Lu <hjl.tools@gmail.com>2024-01-16 11:03:45 -0800
commite2803cfd8bb00b54816d1a2c381d2cf82b136da6 (patch)
tree2095ffa23a31ba4044bd98d118ce3bce364fdb6d
parent1bb28b7b4f01709b841c86850e1bb83b554feafe (diff)
downloadglibc-e2803cfd8bb00b54816d1a2c381d2cf82b136da6.tar
glibc-e2803cfd8bb00b54816d1a2c381d2cf82b136da6.tar.gz
glibc-e2803cfd8bb00b54816d1a2c381d2cf82b136da6.tar.bz2
glibc-e2803cfd8bb00b54816d1a2c381d2cf82b136da6.zip
NEWS: Mention PLT rewrite on x86-64
Mention PLT rewrite on x86-64 for glibc 2.39.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16afc4f869..72e9d70e1f 100644
--- 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.