summary refs log tree commit diff
path: root/manual
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-12-14 12:37:44 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-12-14 14:44:04 +0100
commit0884724a95b60452ad483dbe086d237d02ba624d (patch)
tree0160ce8c4b0b2ed267717eb6d5a5a5029ab9a91a /manual
parentf8392bb76633f794eea86401899e268bf52cff61 (diff)
downloadglibc-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 'manual')
-rw-r--r--manual/tunables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi
index 5d50b90f64..28ff502990 100644
--- a/manual/tunables.texi
+++ b/manual/tunables.texi
@@ -318,7 +318,7 @@ value of @samp{2}, a different algorithm is used, which implements a
 topological sort through depth-first search, and does not exhibit the
 performance issues of @samp{1}.
 
-The default value of this tunable is @samp{1}.
+The default value of this tunable is @samp{2}.
 @end deftp
 
 @node Elision Tunables