diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2005-02-26 04:32:56 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2005-02-26 04:32:56 +0000 |
commit | dd373385f34aa208b64b58a35621944d71a70b87 (patch) | |
tree | 81a170d7992e64eda01cf84cd1d27d076cacacff /gdb/ChangeLog | |
parent | 014caf2bf8befdaf5953281f37364bdccb4965aa (diff) | |
download | gdb-dd373385f34aa208b64b58a35621944d71a70b87.zip gdb-dd373385f34aa208b64b58a35621944d71a70b87.tar.gz gdb-dd373385f34aa208b64b58a35621944d71a70b87.tar.bz2 |
2005-02-25 Mark Kettenis <kettenis@gnu.org>
Committed by Elena Zannoni <ezannoni@redhat.com>
* dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
info_ptr before building psymtabs for included files.
(create_all_comp_units): Initailize initial length size of
compilation header to zero.
(read_initial_length): Complain if both 32-bit and 64-bit DWARF
sections are encountered within the same compilation header.
(dwarf_decode_line_header): Pass compilation header in call to
read_initial_length.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 413d3dd..984ed26 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2005-02-25 Mark Kettenis <kettenis@gnu.org> + + Committed by Elena Zannoni <ezannoni@redhat.com> + + * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust + info_ptr before building psymtabs for included files. + (create_all_comp_units): Initailize initial length size of + compilation header to zero. + (read_initial_length): Complain if both 32-bit and 64-bit DWARF + sections are encountered within the same compilation header. + (dwarf_decode_line_header): Pass compilation header in call to + read_initial_length. + 2005-02-24 Andrew Cagney <cagney@gnu.org> Add show_VARIABLE functions, update add_setshow call. |