diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d4fbb04..ffc4e1a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2012-04-12 Doug Evans <dje@google.com> + * dwarf2read.c (create_all_type_units): Renamed from + create_debug_types_hash_table. All callers updated. + * dwarf2read.c (create_signatured_type_table_from_index): Rename local type_sig to sig_type, type_offset to type_offset_in_tu. (hash_signatured_type): Renamed from hash_type_signature, |