diff options
author | Doug Evans <dje@google.com> | 2013-09-27 20:33:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-09-27 20:33:20 +0000 |
commit | a32a892359d4d920cca48e327fef430d1108bd40 (patch) | |
tree | 104ea8ce671c84e1e4e3a7ee5a81e732f2c95ec8 /gdb/ChangeLog | |
parent | 57d63ce2b971db198ce135553354e2a5f2ae4a01 (diff) | |
download | gdb-a32a892359d4d920cca48e327fef430d1108bd40.zip gdb-a32a892359d4d920cca48e327fef430d1108bd40.tar.gz gdb-a32a892359d4d920cca48e327fef430d1108bd40.tar.bz2 |
* dwarf2read.c (die_reader_specs): Tweak comment.
(get_section_bfd_owner, get_section_bfd_section): New functions.
(get_section_name, get_section_file_name): New functions.
(get_section_id, get_section_flags): New functions.
(*): Use new functions to access section fields.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5822149..f72b38c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-09-27 Doug Evans <dje@google.com> + * dwarf2read.c (die_reader_specs): Tweak comment. + (get_section_bfd_owner, get_section_bfd_section): New functions. + (get_section_name, get_section_file_name): New functions. + (get_section_id, get_section_flags): New functions. + (*): Use new functions to access section fields. + * dwarf2read.c (struct dwo_file): Add/tweak comments. (lookup_dwo_unit_in_dwp): Renamed from lookup_dwo_in_dwp. Remove arg "htab". All callers updated. |