Silence older GCC warning
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 24 Jun 2015 21:12:15 +0000 (14:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 24 Jun 2015 22:02:02 +0000 (15:02 -0700)
* elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Silence older
GCC warning.

bfd/ChangeLog
bfd/elf64-x86-64.c

index 49303b3..97c1431 100644 (file)
@@ -1,5 +1,10 @@
 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
 
+       * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Silence older
+       GCC warning.
+
+2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
+
        * elf32-i386.c (elf_i386_allocate_dynrelocs): Always allocate
        space for the first .plt entry.
        (elf_i386_size_dynamic_sections): Always add DT_PLTGOT for .plt
index fb22602..3022deb 100644 (file)
@@ -2972,6 +2972,9 @@ elf_x86_64_convert_mov_to_lea (bfd *abfd, asection *sec,
        {
          Elf_Internal_Sym *isym;
 
+         /* Silence older GCC warning.  */
+         h = NULL;
+
          isym = bfd_sym_from_r_symndx (&htab->sym_cache,
                                        abfd, r_symndx);