diff options
author | David Newall <glibc@davidnewall.com> | 2019-02-04 13:35:11 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-04 13:35:12 +0100 |
commit | 8692ebdb1259be60c545fa509d4852b26703777e (patch) | |
tree | 02739e9bf9f8e7a888294d18c532e0b19b880126 /NEWS | |
parent | 5e10136b3ce5226bb6d55f5f14f74e65218750be (diff) | |
download | glibc-8692ebdb1259be60c545fa509d4852b26703777e.tar glibc-8692ebdb1259be60c545fa509d4852b26703777e.tar.gz glibc-8692ebdb1259be60c545fa509d4852b26703777e.tar.bz2 glibc-8692ebdb1259be60c545fa509d4852b26703777e.zip |
elf: Implement --preload option for the dynamic linker
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ Version 2.30 Major new features: - [Add new features here] +* The dynamic linker accepts the --preload argument to preload shared + objects, in addition to the LD_PRELOAD environment variable. Deprecated and removed features, and other changes affecting compatibility: |