diff options
author | Doug Evans <dje@google.com> | 2012-04-12 01:39:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-04-12 01:39:22 +0000 |
commit | 52dc124a4dba4f63ffb8ec928cda0e56beb6c81b (patch) | |
tree | bedb0c4e1c73dabe5590a51c3dcad1dc8a863623 /gdb/ChangeLog | |
parent | 248fd3bfb3178cfc0495c8a160d54a14b6cb51c2 (diff) | |
download | gdb-52dc124a4dba4f63ffb8ec928cda0e56beb6c81b.zip gdb-52dc124a4dba4f63ffb8ec928cda0e56beb6c81b.tar.gz gdb-52dc124a4dba4f63ffb8ec928cda0e56beb6c81b.tar.bz2 |
* 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,
all callers updated.
(eq_signatured_type): Renamed from eq_type_signature,
all callers updated.
(create_debug_types_hash_table): Rename local type_sig to sig_type.
(process_enumeration_scope): Ditto.
(lookup_signatured_type_at_offset): Ditto.
(load_full_type_unit, read_signatured_type): Ditto.
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 12969e8..d4fbb04 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2012-04-12 Doug Evans <dje@google.com> + + * 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, + all callers updated. + (eq_signatured_type): Renamed from eq_type_signature, + all callers updated. + (create_debug_types_hash_table): Rename local type_sig to sig_type. + (process_enumeration_scope): Ditto. + (lookup_signatured_type_at_offset): Ditto. + (load_full_type_unit, read_signatured_type): Ditto. + 2012-04-12 Yao Qi <yao@codesourcery.com> * remote.c (async_remote_interrupt): Correct function name in |