aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-05-07 15:33:36 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-05-07 15:33:36 +0000
commite4b17d5c7a6d8aed00816280dbed1f026b7be380 (patch)
tree4eb7ac0e5a0be68392fdab01f4dad72bcf446b7f /binutils/ChangeLog
parent5f9b892013f7eacc96a3915f14005c59b5a1d3c5 (diff)
downloadgdb-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/ChangeLog11
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.