mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
* ecoff.c (_bfd_ecoff_write_armap): Initialise rehash.
(ecoff_link_add_archive_symbols): Likewise. * coff-m68k.c (m68kcoff_common_addend_rtype_to_howto): Initialise relent.howto. * ieee.c (parse_int): Initialise x. (must_parse_int): Initialise result. (ieee_slurp_external_symbols): Initialise value.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user