]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Dec 2021 15:19:36 +0000 (07:19 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Dec 2021 15:58:05 +0000 (07:58 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 2aaece42f5891085baf5bf5344557000557b91af..2532565d775f1c227676416a313953e708f30ad2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -94,9 +94,9 @@ Major new features:
 
 Deprecated and removed features, and other changes affecting compatibility:
 
-* 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.
+* On x86-64, 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.
 
 * The r_version update in the debugger interface makes the glibc binary
   incompatible with GDB binaries built without the following commits: