* ecoff.c (_bfd_ecoff_write_armap): Initialise rehash.
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index eef59dc0f14b10f47eab7e358a599614fa45a171..0b4262035c0027f335e83f76b9108cfc1b27b8f3 100644 (file)
@@ -3087,7 +3087,7 @@ _bfd_ecoff_write_armap (bfd *abfd,
   last_elt = current;
   for (i = 0; i < orl_count; i++)
     {
-      unsigned int hash, rehash;
+      unsigned int hash, rehash = 0;
 
       /* Advance firstreal to the file position of this archive
         element.  */
@@ -3757,7 +3757,7 @@ ecoff_link_add_archive_symbols (bfd *abfd, struct bfd_link_info *info)
   while (*pundef != NULL)
     {
       struct bfd_link_hash_entry *h;
-      unsigned int hash, rehash;
+      unsigned int hash, rehash = 0;
       unsigned int file_offset;
       const char *name;
       bfd *element;
This page took 0.023655 seconds and 4 git commands to generate.