diff options
author | Bob Wilson <bob.wilson@acm.org> | 2007-10-16 23:57:24 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2007-10-16 23:57:24 +0000 |
commit | a3ef2d6352d3d486745d7d75e4739fd687f58f52 (patch) | |
tree | f3c95c642f71e36de876941b37483be57347ab73 /bfd/ChangeLog | |
parent | 73c5c7a8d60b0570c2890911f5ae062b293b19bb (diff) | |
download | gdb-a3ef2d6352d3d486745d7d75e4739fd687f58f52.zip gdb-a3ef2d6352d3d486745d7d75e4739fd687f58f52.tar.gz gdb-a3ef2d6352d3d486745d7d75e4739fd687f58f52.tar.bz2 |
* elf32-xtensa.c (elf_xtensa_discard_info_for_section): Remove
unnecessary size variables. Set sec->rawsize.
(relax_section, relax_property_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 06ea929..b85f3b2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2007-10-16 Bob Wilson <bob.wilson@acm.org> + * elf32-xtensa.c (elf_xtensa_discard_info_for_section): Remove + unnecessary size variables. Set sec->rawsize. + (relax_section, relax_property_section): Likewise. + +2007-10-16 Bob Wilson <bob.wilson@acm.org> + * section.c (struct bfd_section): Clarify comment for rawsize field. * bfd-in2.h: Regenerate. |