aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-01-08 22:20:17 +0000
committerDoug Evans <dje@google.com>2012-01-08 22:20:17 +0000
commitd467dd730031b5170a2053529d9c2073eb2e7fd0 (patch)
treed9d66fe0a88c1b5b1837b8609db2fe4d34b346ae /gdb/ChangeLog
parent4d72c0bc3e5ec0919142311d5521a356d318bf20 (diff)
downloadgdb-d467dd730031b5170a2053529d9c2073eb2e7fd0.zip
gdb-d467dd730031b5170a2053529d9c2073eb2e7fd0.tar.gz
gdb-d467dd730031b5170a2053529d9c2073eb2e7fd0.tar.bz2
* dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
n_type_units. Rename type_comp_units to all_type_units. All uses updated. (add_signatured_type_cu_to_table): Renamed from add_signatured_type_cu_to_list. All callers updated.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ae61a29..1071afa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2012-01-08 Doug Evans <dje@google.com>
+ * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
+ n_type_units. Rename type_comp_units to all_type_units.
+ All uses updated.
+ (add_signatured_type_cu_to_table): Renamed from
+ add_signatured_type_cu_to_list. All callers updated.
+
* gdbtypes.h (struct cplus_struct_type): Delete member
nfn_fields_total. All uses removed.