From c164a95dfa77b1a661273e85550e18b3ed5ea3db Mon Sep 17 00:00:00 2001
From: "Maciej W. Rozycki" <macro@linux-mips.org>
Date: Mon, 18 Feb 2013 23:16:35 +0000
Subject: 	* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections):
 Clarify 	comment on _PROCEDURE_LINKAGE_TABLE_ creation.

---
 bfd/ChangeLog    | 5 +++++
 bfd/elfxx-mips.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 76558b3..b3ad685 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Clarify
+	comment on _PROCEDURE_LINKAGE_TABLE_ creation.
+
 2013-02-18  Alan Modra  <amodra@gmail.com>
 
 	PR ld/12549
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 63a17cc..5a4e237 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;
 
-- 
cgit v1.1