2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 11 Feb 2005 15:48:11 +0000 (15:48 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 11 Feb 2005 15:48:11 +0000 (15:48 +0000)
commitd1f5c6e34f0dd06ad9a3f82988663268f854c6eb
tree8d3afca07eddf6f0afc719b1a1f6a508e9dbbf5f
parentd9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0
2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (group_count): Don't initialize it.
(process_section_groups): Reurn 1 if we won't do unwind nor
section groups. Set group_count to 0 before counting group
sections and return 1 if there are no group sections. Reread
SHT_SYMTAB/SHT_STRTAB sections only when needed. Don't skip
section 0.
(process_object): Only set do_unwind to 0 if
process_section_groups return 0.
binutils/ChangeLog
binutils/readelf.c