summaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-02-18 23:16:34 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-02-18 23:16:34 +0000
commitec32cb105162c1d7926cb98a5e45ce79ff93eb52 (patch)
treea4c63a4944cfe66e632b041e665088f3c22ddede /bfd/elfxx-mips.c
parent82e8faa1c979aebb1e2fef59422725dff2d3b3a1 (diff)
downloadbinutils-redhat-ec32cb105162c1d7926cb98a5e45ce79ff93eb52.tar.gz
* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Clarify
comment on _PROCEDURE_LINKAGE_TABLE_ creation.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 63a17ccd5d..5a4e237380 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -7324,7 +7324,7 @@ _bfd_mips_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info)
}
/* Create the .plt, .rel(a).plt, .dynbss and .rel(a).bss sections.
- Also create the _PROCEDURE_LINKAGE_TABLE symbol. */
+ Also, on VxWorks, create the _PROCEDURE_LINKAGE_TABLE_ symbol. */
if (!_bfd_elf_create_dynamic_sections (abfd, info))
return FALSE;