about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-12-10 13:00:09 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-12-10 14:01:34 -0800
commitea5814467a02c9d2d7608b6445c5d60e2a81d3ee (patch)
treeb4f4894ae2fb8781f862940484b84bdf059d2678 /NEWS
parentf1eeef945d49c72eb13654bd30b5904e89b4626f (diff)
downloadglibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.tar.gz
glibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.tar.xz
glibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.zip
x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
Remove the LD_PREFER_MAP_32BIT_EXEC environment variable support since
the first PT_LOAD segment is no longer executable due to defaulting to
-z separate-code.

This fixes [BZ #28656].

Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a04befe8e..bf2b6846fc 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Version 2.35
 
 Major new features:
 
+* The LD_PREFER_MAP_32BIT_EXEC environment variable support has been
+  removed since the first PT_LOAD segment is no longer executable due
+  to defaulting to -z separate-code.
+
 * Unicode 14.0.0 Support: Character encoding, character type info, and
   transliteration tables are all updated to Unicode 14.0.0, using
   generator scripts contributed by Mike FABIAN (Red Hat).