* elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Clarify

comment on _PROCEDURE_LINKAGE_TABLE_ creation.
This commit is contained in:
Maciej W. Rozycki
2013-02-18 23:16:35 +00:00
parent 7b4c9bf698
commit c164a95dfa
2 changed files with 6 additions and 1 deletions

@ -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

@ -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;