summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-12-11 12:01:15 +0000
committerNick Clifton <nickc@redhat.com>2018-12-11 12:01:15 +0000
commit69799d67e8872dcd3feee81ed2ff0fc47beb52d7 (patch)
treea6c32ecda1ae888a0d46ab28fcb1f59079a06b13 /binutils/NEWS
parent99e1a184a791d30c09a86d6eca4528dc146c2c79 (diff)
downloadbinutils-gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.tar.gz
Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
PR 88409 include * demangle.h (DEMANGLE_RECURSION_LIMIT): Increase to 2048. binutils* NEWS: Note that recursion limit has increased to 2048. * doc/binutils.texi: Likewise.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index ce9253411ac..6afa19db809 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -4,7 +4,7 @@
maximum amount of recursion that is allowed whilst demangling strings.
The value for this limit is defined by the DEMANGLE_RECRUSE_LIMIT
constant declared in the include/demangle.h header file. At the time
- of writing this constant has the value of 1024.
+ of writing this constant has the value of 2048.
The --no-recurse-limit option can be used to remove the limit, restoring
the behaviour of earlier versions of these tools. This may be needed in