x86: drop NoRex64 from {,v}pmov{s,z}x*
[deliverable/binutils-gdb.git] / bfd / elf-hppa.h
index f23f7882fd67168578bb5c7813b011ff3d459f18..5eac12996d1b8b9049db3f0fe5a5800b475247c5 100644 (file)
@@ -1027,7 +1027,7 @@ elf_hppa_info_to_howto (bfd *abfd,
 {
   unsigned int r_type = ELF32_R_TYPE (elf_reloc->r_info);
   unsigned int type = r_type;
-  reloc_howto_type *howto;
+  reloc_howto_type *howto = NULL;
 
   if (r_type < (unsigned int) R_PARISC_UNIMPLEMENTED)
     {
@@ -1055,7 +1055,7 @@ elf_hppa_info_to_howto_rel (bfd *abfd,
 {
   unsigned int r_type = ELF_R_TYPE (elf_reloc->r_info);
   unsigned int type = r_type;
-  reloc_howto_type *howto;
+  reloc_howto_type *howto = NULL;
 
   if (r_type < (unsigned int) R_PARISC_UNIMPLEMENTED)
     {
This page took 0.027635 seconds and 4 git commands to generate.