diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-08-20 19:27:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-08-20 19:27:58 +0000 |
commit | 1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf (patch) | |
tree | d4b51a13f91c714b8c37e240b556396f06293740 /gdb/ChangeLog | |
parent | 97a2d1d34266269e8d2d0ba1ae2588b0465c778c (diff) | |
download | gdb-1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf.zip gdb-1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf.tar.gz gdb-1d325ec1dc714a85e00d249f2e3ddc1bcd4456bf.tar.bz2 |
* dwarf2read.c (read_die_and_children): Ignore NULL DIEs.
(read_die_and_siblings): Likewise. Do not add padding DIEs to the
sibling list.
(read_full_die): Do not allocate DIEs for abbrev 0.
(follow_die_ref): Correct error message.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9194f04..064e4c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2008-08-20 Daniel Jacobowitz <dan@codesourcery.com> + + * dwarf2read.c (read_die_and_children): Ignore NULL DIEs. + (read_die_and_siblings): Likewise. Do not add padding DIEs to the + sibling list. + (read_full_die): Do not allocate DIEs for abbrev 0. + (follow_die_ref): Correct error message. + 2008-08-20 Pedro Alves <pedro@codesourcery.com> * linespec.c (symtab_from_filename): Also throw NOT_FOUND_ERROR if |