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 /elf | |
parent | f8392bb76633f794eea86401899e268bf52cff61 (diff) | |
download | glibc-0884724a95b60452ad483dbe086d237d02ba624d.tar glibc-0884724a95b60452ad483dbe086d237d02ba624d.tar.gz glibc-0884724a95b60452ad483dbe086d237d02ba624d.tar.bz2 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 'elf')
-rw-r--r-- | elf/dl-tunables.list | 2 | ||||
-rw-r--r-- | elf/tst-rtld-list-tunables.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-tunables.list b/elf/dl-tunables.list index 46ffb23784..ffcd7f18d4 100644 --- a/elf/dl-tunables.list +++ b/elf/dl-tunables.list @@ -162,7 +162,7 @@ glibc { type: INT_32 minval: 1 maxval: 2 - default: 1 + default: 2 } } } diff --git a/elf/tst-rtld-list-tunables.exp b/elf/tst-rtld-list-tunables.exp index 9bf572715f..44e4834cfb 100644 --- a/elf/tst-rtld-list-tunables.exp +++ b/elf/tst-rtld-list-tunables.exp @@ -10,6 +10,6 @@ glibc.malloc.tcache_max: 0x0 (min: 0x0, max: 0x[f]+) glibc.malloc.tcache_unsorted_limit: 0x0 (min: 0x0, max: 0x[f]+) glibc.malloc.top_pad: 0x0 (min: 0x0, max: 0x[f]+) glibc.malloc.trim_threshold: 0x0 (min: 0x0, max: 0x[f]+) -glibc.rtld.dynamic_sort: 1 (min: 1, max: 2) +glibc.rtld.dynamic_sort: 2 (min: 1, max: 2) glibc.rtld.nns: 0x4 (min: 0x1, max: 0x10) glibc.rtld.optional_static_tls: 0x200 (min: 0x0, max: 0x[f]+) |