From: H.J. Lu Date: Tue, 14 Dec 2021 15:19:36 +0000 (-0800) Subject: NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only X-Git-Tag: glibc-2.35~243 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6ff87868a4256305464b312096f6bbeda501515;p=thirdparty%2Fglibc.git NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only --- diff --git a/NEWS b/NEWS index 2aaece42f58..2532565d775 100644 --- 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: