]> sourceware.org Git - glibc.git/commitdiff
NEWS: Mention DT_RELR support
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 3 Feb 2022 18:04:22 +0000 (10:04 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 26 Apr 2022 17:16:11 +0000 (10:16 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 4b6d9de2b5bc745f6b4b638cf043f9c06b89b7b5..ef8ac4acd2cec351aacd9254e771f0ff2259e873 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,12 @@ Version 2.36
 
 Major new features:
 
-  [Add new features here]
+* Support for DT_RELR relative relocation format has been added to
+  glibc.  This is a new ELF dynamic tag that improves the size of
+  relative relocations in shared object files and position independent
+  executables (PIE).  DT_RELR generation requires linker support for
+  -z pack-relative-relocs option, which is supported for some targets
+  in recent binutils versions.  Lazy binding doesn't apply to DT_RELR.
 
 Deprecated and removed features, and other changes affecting compatibility:
 
This page took 0.051584 seconds and 5 git commands to generate.