From: Maciej W. Rozycki Date: Fri, 29 Oct 2010 21:28:31 +0000 (+0000) Subject: * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e77760d2a8e54a23495587263316663ad713706a;p=binutils-gdb.git * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14f224d9a2f..60c3b18e9e1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Maciej W. Rozycki + + * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. + 2010-10-29 Pawel Sikora PR binutils/12075 diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 416890010a4..bed8ed1ff08 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -5152,7 +5152,7 @@ mips_elf_calculate_relocation (bfd *abfd, bfd *input_bfd, addend = 0; } - /* If we haven't already determined the GOT offset, oand we're going + /* If we haven't already determined the GOT offset, and we're going to need it, get it now. */ switch (r_type) {