diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-20 08:50:01 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-20 08:50:01 -0700 |
commit | e06efbf1c8198e25ef36a9787862f9720a94ba7b (patch) | |
tree | d85213d1c6c12e3de9c5c275e1fa9a56f3d2c802 /bfd/ChangeLog | |
parent | d3b47e2bd4f2924e965c586d3bf4d0b0cc6b40cc (diff) | |
download | gdb-e06efbf1c8198e25ef36a9787862f9720a94ba7b.zip gdb-e06efbf1c8198e25ef36a9787862f9720a94ba7b.tar.gz gdb-e06efbf1c8198e25ef36a9787862f9720a94ba7b.tar.bz2 |
Iterate ELF sections by pointer
Iterate ELF sections by pointer without section counter. It removes
"i++".
* elf.c (assign_file_positions_for_non_load_sections): Iterate
sections by pointer.
(_bfd_elf_assign_file_positions_for_non_load): 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 abb87dc..09231bf4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2015-04-20 H.J. Lu <hongjiu.lu@intel.com> + + * elf.c (assign_file_positions_for_non_load_sections): Iterate + sections by pointer. + (_bfd_elf_assign_file_positions_for_non_load): Likewise. + 2015-04-14 H.J. Lu <hongjiu.lu@intel.com> * bfd-in.h (compressed_debug_section_type): New. |