Index: bfd/ChangeLog from Alexandre Oliva * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type of the other two relocations packed with a REL32 to NONE. Index: bfd/elfxx-mips.c =================================================================== RCS file: /cvs/src/src/bfd/elfxx-mips.c,v retrieving revision 1.24 diff -u -p -r1.24 elfxx-mips.c --- bfd/elfxx-mips.c 30 Sep 2002 11:53:56 -0000 1.24 +++ bfd/elfxx-mips.c 4 Oct 2002 08:29:59 -0000 @@ -2938,6 +2938,10 @@ mips_elf_create_dynamic_relocation (outp know where the shared library will wind up at load-time. */ outrel[0].r_info = ELF_R_INFO (output_bfd, (unsigned long) indx, R_MIPS_REL32); + outrel[1].r_info = ELF_R_INFO (output_bfd, (unsigned long) 0, + R_MIPS_NONE); + outrel[2].r_info = ELF_R_INFO (output_bfd, (unsigned long) 0, + R_MIPS_NONE); /* Adjust the output offset of the relocation to reference the correct location in the output file. */