diff options
author | Cary Coutant <ccoutant@google.com> | 2011-10-20 01:11:34 +0000 |
---|---|---|
committer | Cary Coutant <ccoutant@google.com> | 2011-10-20 01:11:34 +0000 |
commit | 4743b73565bcc34d3a4e41529ac4e93517465b41 (patch) | |
tree | 87ed359ae4709b82c44b9113d7ea3a195e10431e /gdb/ChangeLog | |
parent | 5b1c20602ae3c309782087e49544fd19524ff715 (diff) | |
download | gdb-4743b73565bcc34d3a4e41529ac4e93517465b41.zip gdb-4743b73565bcc34d3a4e41529ac4e93517465b41.tar.gz gdb-4743b73565bcc34d3a4e41529ac4e93517465b41.tar.bz2 |
* dwarf2read.c (create_debug_types_hash_table): Fix size of
type_offset field.
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 0405847..215bbdd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-10-19 Cary Coutant <ccoutant@google.com> + * dwarf2read.c (create_debug_types_hash_table): Fix size of + type_offset field. + +2011-10-19 Cary Coutant <ccoutant@google.com> + * dwarf2read.c (peek_abbrev_code): New function. (dw2_get_file_names): Check for dummy compilation units. (create_debug_types_hash_table): Likewise. |