diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 20:52:24 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-01 20:52:24 +0000 |
commit | 2796fd96ba025688b530739638d408c66881bd9e (patch) | |
tree | fb2e6b4f8d89975e6c4a28327c88c35910f18424 /bfd | |
parent | d1779be45e8c8963bcfda74b4903edb7b0eaff15 (diff) | |
download | gdb-2796fd96ba025688b530739638d408c66881bd9e.zip gdb-2796fd96ba025688b530739638d408c66881bd9e.tar.gz gdb-2796fd96ba025688b530739638d408c66881bd9e.tar.bz2 |
2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Really use the kept section.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 5a948c5..2257ad1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2005-04-01 H.J. Lu <hongjiu.lu@intel.com> + + * elf.c (assign_section_numbers): Really use the kept section. + 2005-03-31 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (_bfd_elf_check_kept_section): New. @@ -2936,6 +2936,7 @@ assign_section_numbers (bfd *abfd) bfd_set_error (bfd_error_bad_value); return FALSE; } + s = kept; } s = s->output_section; BFD_ASSERT (s != NULL); |