diff options
author | Nick Clifton <nickc@redhat.com> | 2019-01-19 15:55:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-01-19 15:55:50 +0000 |
commit | f974f26cb16cc6fe3946f163c787a05e713fb77b (patch) | |
tree | 8eb780c1070e23072489db4deefa80fc22fce1de /binutils/NEWS | |
parent | f3be6050c8d62d59a1846dacda5f895c5b0f9dbc (diff) | |
download | gdb-f974f26cb16cc6fe3946f163c787a05e713fb77b.zip gdb-f974f26cb16cc6fe3946f163c787a05e713fb77b.tar.gz gdb-f974f26cb16cc6fe3946f163c787a05e713fb77b.tar.bz2 |
Add markers for 2.32 branch to NEWS and ChangeLog files.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 0b8cc8e..9ea8297 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.32: + * The addr2line, c++filt, nm and objdump tools now have a limit on the maximum amount of recursion that is allowed whilst demangling strings. The value for this limit is defined by the DEMANGLE_RECRUSE_LIMIT |