From: Mark Mitchell Date: Tue, 3 Aug 1999 06:06:47 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05fad94de010171cd034cbf7f89b679ecce44188;p=binutils-gdb.git Fix typo --- diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index b4e718984e8..945d3a5afee 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -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;