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 a044b5a..4dfb72a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2012-07-09 Doug Evans <dje@google.com> + * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units + to struct signatured_type **. All uses updated. + * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu". All callers updated. |