diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-12-13 16:33:57 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-12-13 16:33:57 -0800 |
commit | 1f3d4607613d4b11064947673ac3fd59127b1905 (patch) | |
tree | 07cc3cdcdaffb45ef6d03bca6c7636d3a60e629e /NEWS | |
parent | cf44f08379c667116c505a5060c770d7712e6812 (diff) | |
download | glibc-1f3d4607613d4b11064947673ac3fd59127b1905.tar.gz glibc-1f3d4607613d4b11064947673ac3fd59127b1905.tar.xz glibc-1f3d4607613d4b11064947673ac3fd59127b1905.zip |
NEWS: Move LD_PREFER_MAP_32BIT_EXEC
Move LD_PREFER_MAP_32BIT_EXEC to Deprecated and removed features, and other changes affecting compatibility:
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS index d864a7b9d8..b53f230cca 100644 --- a/NEWS +++ b/NEWS @@ -9,10 +9,6 @@ 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). @@ -97,6 +93,10 @@ 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. + * The r_version update in the debugger interface makes the glibc binary incompatible with GDB binaries built without the following commits: |