diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-12-14 07:19:36 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-12-14 07:58:05 -0800 |
commit | f6ff87868a4256305464b312096f6bbeda501515 (patch) | |
tree | 0c9c3bb2c6ecf660f6a20bb9599523852fc0b937 /NEWS | |
parent | fd6062ede31963a1a10a77e66582a795ecff9ba1 (diff) | |
download | glibc-f6ff87868a4256305464b312096f6bbeda501515.tar glibc-f6ff87868a4256305464b312096f6bbeda501515.tar.gz glibc-f6ff87868a4256305464b312096f6bbeda501515.tar.bz2 glibc-f6ff87868a4256305464b312096f6bbeda501515.zip |
NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |