diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 16:35:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 16:35:03 +0000 |
commit | d334575b7690fe3ed2850838af961fa706434ca8 (patch) | |
tree | e52ae1935c9c891666a85486d2536eb9ea57a71b /bfd/elfxx-mips.c | |
parent | 8d8e0703f44b4fe58cb3e7ded5d337a3c868d3e2 (diff) | |
download | gdb-d334575b7690fe3ed2850838af961fa706434ca8.zip gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.gz gdb-d334575b7690fe3ed2850838af961fa706434ca8.tar.bz2 |
2009-01-29 Daniel Jacobowitz <dan@codesourcery.com>
Mark Shinwell <shinwell@codesourcery.com>
Catherine Moore <clm@codesourcery.com>
* elf-attrs.c, elflink.c, elfxx-mips.c: Correct typos in comments.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r-- | bfd/elfxx-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c index 24dcd4b..138d045 100644 --- a/bfd/elfxx-mips.c +++ b/bfd/elfxx-mips.c @@ -7575,7 +7575,7 @@ _bfd_mips_elf_check_relocs (bfd *abfd, struct bfd_link_info *info, case R_MIPS_CALL_LO16: if (h != NULL) { - /* VxWorks call relocations point the function's .got.plt + /* VxWorks call relocations point at the function's .got.plt entry, which will be allocated by adjust_dynamic_symbol. Otherwise, this symbol requires a global GOT entry. */ if ((!htab->is_vxworks || h->forced_local) |