diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 15:48:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 15:48:11 +0000 |
commit | d1f5c6e34f0dd06ad9a3f82988663268f854c6eb (patch) | |
tree | 8d3afca07eddf6f0afc719b1a1f6a508e9dbbf5f /binutils/ChangeLog | |
parent | d9391a1764c97a7fc4dde5ee4bb81c6c2d5b0ac0 (diff) | |
download | gdb-d1f5c6e34f0dd06ad9a3f82988663268f854c6eb.zip gdb-d1f5c6e34f0dd06ad9a3f82988663268f854c6eb.tar.gz gdb-d1f5c6e34f0dd06ad9a3f82988663268f854c6eb.tar.bz2 |
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.
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 252da84..a5edcbf 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2005-02-11 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. + 2005-02-10 Ian Lance Taylor <ian@airs.com> * MAINTAINERS: Update my e-mail address. |