diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-12-10 13:00:09 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-12-10 14:01:34 -0800 |
commit | ea5814467a02c9d2d7608b6445c5d60e2a81d3ee (patch) | |
tree | b4f4894ae2fb8781f862940484b84bdf059d2678 /NEWS | |
parent | f1eeef945d49c72eb13654bd30b5904e89b4626f (diff) | |
download | glibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.tar glibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.tar.gz glibc-ea5814467a02c9d2d7608b6445c5d60e2a81d3ee.tar.bz2 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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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). |