projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a44662
)
Fix typo
author
Mark Mitchell
<mark@codesourcery.com>
Tue, 3 Aug 1999 06:06:47 +0000
(06:06 +0000)
committer
Mark Mitchell
<mark@codesourcery.com>
Tue, 3 Aug 1999 06:06:47 +0000
(06:06 +0000)
bfd/elf32-mips.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-mips.c
b/bfd/elf32-mips.c
index b4e718984e8963b6695b2b08207f6fe5ed033418..945d3a5afee1a2767f532b09548095a5531114a1 100644
(file)
--- 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;