diff options
author | Doug Evans <dje@google.com> | 2011-12-10 23:57:40 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-12-10 23:57:40 +0000 |
commit | b0df02fd8060fc299b614c2142ffc8d07687f5ed (patch) | |
tree | 4aaac376b7bb6e50c2db128d7a1ba5d56edb4df0 /gdb/ChangeLog | |
parent | 61638e15c52b9c818c1eae213cdecbf71f5b7b32 (diff) | |
download | gdb-b0df02fd8060fc299b614c2142ffc8d07687f5ed.zip gdb-b0df02fd8060fc299b614c2142ffc8d07687f5ed.tar.gz gdb-b0df02fd8060fc299b614c2142ffc8d07687f5ed.tar.bz2 |
* dwarf2read.c (dwarf2_per_cu_data): Rename debug_type_section to
debug_types_section. All uses updated.
(partial_read_comp_unit_head): Rename parameter is_debug_type_section
to is_debug_types_section.
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 d96e3ae..57d2dfe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2011-12-10 Doug Evans <dje@google.com> + * dwarf2read.c (dwarf2_per_cu_data): Rename debug_type_section to + debug_types_section. All uses updated. + (partial_read_comp_unit_head): Rename parameter is_debug_type_section + to is_debug_types_section. + * python/py-auto-load.c (source_section_scripts): Call xfree instead of free. |