diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-02-03 10:04:22 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-04-26 10:16:11 -0700 |
commit | 4c5b1cf5a68c5424323251a0765b1011601548a7 (patch) | |
tree | b7b1bb59a76533324bd7519cda37da5b977b6d72 | |
parent | 4ada564f35fd7b87cb12ff2afad76af93cefde50 (diff) | |
download | glibc-4c5b1cf5a68c5424323251a0765b1011601548a7.tar glibc-4c5b1cf5a68c5424323251a0765b1011601548a7.tar.gz glibc-4c5b1cf5a68c5424323251a0765b1011601548a7.tar.bz2 glibc-4c5b1cf5a68c5424323251a0765b1011601548a7.zip |
NEWS: Mention DT_RELR support
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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: |