diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-05-07 15:33:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-05-07 15:33:36 +0000 |
commit | e4b17d5c7a6d8aed00816280dbed1f026b7be380 (patch) | |
tree | 4eb7ac0e5a0be68392fdab01f4dad72bcf446b7f /binutils/ChangeLog | |
parent | 5f9b892013f7eacc96a3915f14005c59b5a1d3c5 (diff) | |
download | gdb-e4b17d5c7a6d8aed00816280dbed1f026b7be380.zip gdb-e4b17d5c7a6d8aed00816280dbed1f026b7be380.tar.gz gdb-e4b17d5c7a6d8aed00816280dbed1f026b7be380.tar.bz2 |
2004-05-07 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (section_groups): New.
(group_count): New.
(section_headers_groups): New.
(process_section_groups): Populate group_count, section_groups
and section_headers_groups.
(process_unwind): Support section group.
(process_object): Always call process_section_groups. Free
section_groups and section_headers_groups.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bfeb69f..26298dc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2004-05-07 H.J. Lu <hongjiu.lu@intel.com> + + * readelf.c (section_groups): New. + (group_count): New. + (section_headers_groups): New. + (process_section_groups): Populate group_count, section_groups + and section_headers_groups. + (process_unwind): Support section group. + (process_object): Always call process_section_groups. Free + section_groups and section_headers_groups. + 2004-04-30 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (process_section_headers): Use %3lu on sh_info. |