diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elfxx-mips.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14f224d..60c3b18 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Maciej W. Rozycki <macro@codesourcery.com> + + * elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo. + 2010-10-29 Pawel Sikora <pluto@pld-linux.org> PR binutils/12075 diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 4168900..bed8ed1 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) { |