This commit is contained in:
Mark Mitchell 1999-08-03 06:06:47 +00:00
parent 5a44662b54
commit 05fad94de0
1 changed files with 1 additions and 1 deletions

View File

@ -6556,7 +6556,7 @@ _bfd_mips_elf_relocate_section (output_bfd, info, input_bfd, input_section,
|| r_type == R_MIPS16_26)
/* The addend is stored without its two least
significant bits (which are always zero.) */
addend << 2;
addend <<= 2;
}
else
addend = rel->r_addend;