NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only

This commit is contained in:
H.J. Lu 2021-12-14 07:19:36 -08:00
parent fd6062ede3
commit f6ff87868a

6
NEWS
View File

@ -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: