diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-29 21:28:31 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-29 21:28:31 +0000 |
commit | e77760d2a8e54a23495587263316663ad713706a (patch) | |
tree | 70bf6c5676be96e12df4afc585020d52564b0276 /bfd | |
parent | d06fb4d1df16ab118624e9abd711005d044a176b (diff) | |
download | binutils-e77760d2a8e54a23495587263316663ad713706a.zip binutils-e77760d2a8e54a23495587263316663ad713706a.tar.gz binutils-e77760d2a8e54a23495587263316663ad713706a.tar.bz2 |
* elfxx-mips.c (mips_elf_calculate_relocation): Fix a typo.
Diffstat (limited to 'bfd')
-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) { |