* elflink.h (elf_link_remove_section_and_adjust_dynindices):
authorIan Lance Taylor <ian@airs.com>
Sat, 19 Jun 1999 14:10:28 +0000 (14:10 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 19 Jun 1999 14:10:28 +0000 (14:10 +0000)
Remove unused local variable spp.

bfd/ChangeLog
bfd/elflink.h

index d99d9a2903deb7805a89ae70cdd86eda0aa8c66a..0ad36fddfc44f0069e923bdf6b8a49f48884b744 100644 (file)
@@ -1,3 +1,11 @@
+1999-06-19  Ian Lance Taylor  <ian@zembu.com>
+
+       * elflink.h (elf_link_remove_section_and_adjust_dynindices):
+       Remove unused local variable spp.
+
+       * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if
+       the entry symbol is not set.
+
 Fri Jun 18 04:24:57 1999  Richard Henderson  <rth@cygnus.com>
 
        * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
index 369a0a22431e924465ca22cbed197b2c9485493c..5aca205cffec91a13a7dc565072c5f5a2ffe8786 100644 (file)
@@ -2412,8 +2412,6 @@ elf_link_remove_section_and_adjust_dynindices (info, section)
      struct bfd_link_info *info;
      asection *section;
 {
-  asection **spp;
-
   /* Remove the section from the output list.  */
   _bfd_strip_section_from_output (section);