diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-04-26 09:30:10 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-04-26 09:30:10 +0000 |
commit | 72f6eb52adb99e35744f8b02ce57bcd5b760cfa2 (patch) | |
tree | 7e03088a8da63778b2c8baf86a4e9924e49d6940 /gdb/ChangeLog | |
parent | 8092910b630d687585da26147b555e27384000d4 (diff) | |
download | binutils-gdb-72f6eb52adb99e35744f8b02ce57bcd5b760cfa2.tar.gz |
gdb/
* cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size.
Fix whitespace.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 148219ea9b3..b3e61bcc78c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com> + + * cp-namespace.c (cp_lookup_symbol_in_namespace): Fix alloca size. + Fix whitespace. + 2010-04-24 Pedro Alves <pedro@codesourcery.com> * defs.h: Adjust comment. |