diff options
author | Tom Tromey <tromey@redhat.com> | 2011-06-20 17:53:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-06-20 17:53:33 +0000 |
commit | 03de682319d5a8d18f2121056ea75aeb37b39b21 (patch) | |
tree | 84189be44cb5e2d314579ac626bb74bb771d8818 /gdb/ChangeLog | |
parent | 185e39cdbd13b1af19cc47032825e611c54c54f4 (diff) | |
download | gdb-03de682319d5a8d18f2121056ea75aeb37b39b21.zip gdb-03de682319d5a8d18f2121056ea75aeb37b39b21.tar.gz gdb-03de682319d5a8d18f2121056ea75aeb37b39b21.tar.bz2 |
* symtab.c (lookup_language_this): End loop if block is NULL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 70ae976..954fb53 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-06-20 Tom Tromey <tromey@redhat.com> + + * symtab.c (lookup_language_this): End loop if block is NULL. + 2011-06-17 Tom Tromey <tromey@redhat.com> * valops.c (value_of_this): Use lookup_language_this. |