mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
NEWS: Mention DT_RELR support
This commit is contained in:
parent
4ada564f35
commit
4c5b1cf5a6
7
NEWS
7
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user