diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-04-11 22:21:23 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-04-11 22:21:23 +0000 |
commit | ab82c5b97fcf97e081a3ea5e2291882963fecdae (patch) | |
tree | 2e817f3b505af152d6d397d303f61ee9e673a927 /bfd/ChangeLog | |
parent | bd695bcc90bf296d67a85cd49c6fe1879715e04e (diff) | |
download | gdb-ab82c5b97fcf97e081a3ea5e2291882963fecdae.zip gdb-ab82c5b97fcf97e081a3ea5e2291882963fecdae.tar.gz gdb-ab82c5b97fcf97e081a3ea5e2291882963fecdae.tar.bz2 |
2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
* linker.c (_bfd_generic_link_output_symbols): Also check if
the output section of an input section has been removed from
the output file.
* section.c (bfd_section_list_remove): Clear the next field
of the removed section.
(bfd_section_removed_from_list): New.
* bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7accdd9..365b7d9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2005-04-11 H.J. Lu <hongjiu.lu@intel.com> + + * linker.c (_bfd_generic_link_output_symbols): Also check if + the output section of an input section has been removed from + the output file. + + * section.c (bfd_section_list_remove): Clear the next field + of the removed section. + (bfd_section_removed_from_list): New. + * bfd-in2.h: Regenerated. + 2005-04-11 David S. Miller <davem@davemloft.net> * elf32-sparc.c (elf32_sparc_relocate_section, |