* archive.c (bfd_generic_archive_p): Remove unused local variable
[deliverable/binutils-gdb.git] / bfd / aout-ns32k.c
index cc9f06d8dabd8e16f987388eaef738f72dfd09af..86cdcd57cf6c9ab9f729f8c5c17d8fc79b9749c8 100644 (file)
@@ -274,11 +274,8 @@ MY_swap_std_reloc_out (bfd *abfd,
   int r_index;
   asymbol *sym = *(g->sym_ptr_ptr);
   int r_extern;
-  unsigned int r_addend;
   asection *output_section = sym->section->output_section;
 
-  r_addend = g->addend + (*(g->sym_ptr_ptr))->section->output_section->vma;
-
   /* Name was clobbered by aout_write_syms to be symbol index.  */
 
   /* If this relocation is relative to a symbol then set the
@@ -341,7 +338,6 @@ _bfd_ns32k_relocate_contents (reloc_howto_type *howto,
     case 2:
       return _bfd_relocate_contents (howto, input_bfd, relocation,
                                    location);
-      break;
     default:
       return bfd_reloc_notsupported;
     }
This page took 0.024922 seconds and 4 git commands to generate.