diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-12-14 12:37:44 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-12-14 14:44:04 +0100 |
commit | 0884724a95b60452ad483dbe086d237d02ba624d (patch) | |
tree | 0160ce8c4b0b2ed267717eb6d5a5a5029ab9a91a /NEWS | |
parent | f8392bb76633f794eea86401899e268bf52cff61 (diff) | |
download | glibc-0884724a95b60452ad483dbe086d237d02ba624d.tar.gz glibc-0884724a95b60452ad483dbe086d237d02ba624d.tar.xz glibc-0884724a95b60452ad483dbe086d237d02ba624d.zip |
elf: Use new dependency sorting algorithm by default
The default has to change eventually, and there are no known failures that require a delay. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS index b53f230cca..2aaece42f5 100644 --- a/NEWS +++ b/NEWS @@ -60,9 +60,10 @@ Major new features: of the existing sorting algorithm when encountering particular circular object dependency cases. -* A new tunable, glibc.rtld.dynamic_sort, can be used to select between the two - DSO sorting algorithms. The default setting of '1' uses the current existing - algorithm, while a value of '2' selects the new DFS-based algorithm. +* A new tunable, glibc.rtld.dynamic_sort, can be used to select between + the two DSO sorting algorithms. The default setting of '2' uses the + new DFS-based algorithm. The setting '1' switches to the old + algorithm used in glibc 2.33 and earlier. * ABI support for a new function '__memcmpeq'. '__memcmpeq' is meant to be used by compilers for optimizing usage of 'memcmp' when its |