the third reloc offset is the same as the first.
+2012-05-19  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * elf64-mips.c (mips_elf64_be_swap_reloc_out): Also make sure
+       the third reloc offset is the same as the first.
+
 2012-05-19  Alan Modra  <amodra@gmail.com>
 
        * elf32-ppc.h (has_vle_insns, is_ppc_vle): Delete.
 
 
   mirel.r_offset = src[0].r_offset;
   BFD_ASSERT(src[0].r_offset == src[1].r_offset);
+  BFD_ASSERT(src[0].r_offset == src[2].r_offset);
 
   mirel.r_type = ELF64_MIPS_R_TYPE (src[0].r_info);
   mirel.r_sym = ELF64_R_SYM (src[0].r_info);