diff options
author | Nick Clifton <nickc@redhat.com> | 2012-03-30 12:51:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-03-30 12:51:07 +0000 |
commit | b149968f7a256b7413da56c6cebb78497f4e5654 (patch) | |
tree | 517b2468281afbdc69d167f2f3ee98b18617d013 /binutils/ChangeLog | |
parent | 83deda5d8b904baa80a0d0c18411e363229c5e36 (diff) | |
download | gdb-b149968f7a256b7413da56c6cebb78497f4e5654.zip gdb-b149968f7a256b7413da56c6cebb78497f4e5654.tar.gz gdb-b149968f7a256b7413da56c6cebb78497f4e5654.tar.bz2 |
PR binutils/13925
* stabs.c (stab_demangle_v3_arglist): Cope with the demangler
returning an empty context for a function with no arguments.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d229810..749378f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-03-30 Nick Clifton <nickc@redhat.com> + + PR binutils/13925 + * stabs.c (stab_demangle_v3_arglist): Cope with the demangler + returning an empty context for a function with no arguments. + 2012-03-28 Tom Tromey <tromey@redhat.com> * dwarf.c (display_gdb_index): Handle index version 6. |