]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Clarify
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 18 Feb 2013 23:16:35 +0000 (23:16 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 18 Feb 2013 23:16:35 +0000 (23:16 +0000)
comment on _PROCEDURE_LINKAGE_TABLE_ creation.

bfd/ChangeLog
bfd/elfxx-mips.c

index 76558b3d60f72484353c3f5021d0d098d21dace9..b3ad685520a0ad767bc106d06a299d63dbeb72af 100644 (file)
@@ -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
index 63a17ccd5d709fa9402fb0adccb34d8160ea135c..5a4e237380d61f73b59a479fef5c95d01c3f5961 100644 (file)
@@ -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;