* elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
[deliverable/binutils-gdb.git] / bfd / som.c
index 39a4d5deb6e4a4800e2ddbc512c7a87a530e78ec..be190d80b1c2ec8105fbe8bb8cec17b504f80369 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -1,6 +1,6 @@
 /* bfd back-end for HP PA-RISC SOM objects.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001
+   2000, 2001, 2002
    Free Software Foundation, Inc.
 
    Contributed by the Center for Software Science at the
@@ -1851,7 +1851,8 @@ setup_sections (abfd, file_hdr, current_offset)
   char *space_strings;
   unsigned int space_index, i;
   unsigned int total_subspaces = 0;
-  asection **subspace_sections, *section;
+  asection **subspace_sections = NULL;
+  asection *section;
   bfd_size_type amt;
 
   /* First, read in space names.  */
@@ -3100,7 +3101,7 @@ som_write_space_strings (abfd, current_offset, string_sizep)
              /* Ensure a minimum growth factor to avoid O(n**2) space
                  consumption for n strings.  The optimal minimum
                  factor seems to be 2, as no other value can guarantee
-                 wasting less then 50% space.  (Note that we cannot
+                 wasting less than 50% space.  (Note that we cannot
                  deallocate space allocated by `alloca' without
                  returning from this function.)  The same technique is
                  used a few more times below when a buffer is
This page took 0.024621 seconds and 4 git commands to generate.