From: H.J. Lu Date: Thu, 3 Feb 2022 18:04:22 +0000 (-0800) Subject: NEWS: Mention DT_RELR support X-Git-Tag: glibc-2.36~332 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=4c5b1cf5a68c5424323251a0765b1011601548a7;p=glibc.git NEWS: Mention DT_RELR support --- diff --git a/NEWS b/NEWS index 4b6d9de2b5..ef8ac4acd2 100644 --- 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: