diff options
author | Nick Clifton <nickc@redhat.com> | 2018-12-11 12:01:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-12-11 12:01:15 +0000 |
commit | 69799d67e8872dcd3feee81ed2ff0fc47beb52d7 (patch) | |
tree | a6c32ecda1ae888a0d46ab28fcb1f59079a06b13 /binutils/ChangeLog | |
parent | 99e1a184a791d30c09a86d6eca4528dc146c2c79 (diff) | |
download | gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.zip gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.tar.gz gdb-69799d67e8872dcd3feee81ed2ff0fc47beb52d7.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a5796a8..a1fce1a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2018-12-11 Nick Clifton <nickc@redhat.com> + + * NEWS: Note that recursion limit has increased to 2048. + * doc/binutils.texi: Likewise. + 2018-12-08 Alan Modra <amodra@gmail.com> * strings.c (unget_part_char): New function. |