aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-02-18 23:16:35 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-02-18 23:16:35 +0000
commitc164a95dfa77b1a661273e85550e18b3ed5ea3db (patch)
tree02b6eb79164ab9507017869a792945a1fc453b30 /bfd/elfxx-mips.c
parent7b4c9bf6981047207b4fc0033b99c1ac65066c11 (diff)
downloadgdb-c164a95dfa77b1a661273e85550e18b3ed5ea3db.zip
gdb-c164a95dfa77b1a661273e85550e18b3ed5ea3db.tar.gz
gdb-c164a95dfa77b1a661273e85550e18b3ed5ea3db.tar.bz2
* 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 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;