diff options
author | Daniel Jacobowitz <dan@debian.org> | 2002-04-09 20:51:33 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2002-04-09 20:51:33 +0000 |
commit | af99dbbf57a98cf72799c2bd92a456344510da6d (patch) | |
tree | a4e3dc4aba8f96a57444134cee58b4ac6da4fedf /gdb/ChangeLog | |
parent | 428c9ace18b40c386b813ceafe9cc6d3d5ae3672 (diff) | |
download | gdb-af99dbbf57a98cf72799c2bd92a456344510da6d.tar.gz |
2002-04-09 Daniel Jacobowitz <drow@mvista.com>
* symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer
after the last symbol in a block.
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 eab7956c616..068424a471b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-04-09 Daniel Jacobowitz <drow@mvista.com> + + * symtab.h (ALL_BLOCK_SYMBOLS): Don't dereference the pointer + after the last symbol in a block. + 2002-04-09 Pierre Muller <muller@ics.u-strasbg.fr> * p-exp.y (yylex): Handle also the fact that is_a_field_of_this |