* elf32-vax.c (elf_vax_always_size_sections): Correct a comment

typo.
This commit is contained in:
Maciej W. Rozycki 2013-07-27 19:32:53 +00:00
parent fac3d2414b
commit 49d01bf63d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-07-27 Maciej W. Rozycki <macro@linux-mips.org>
* elf32-vax.c (elf_vax_always_size_sections): Correct a comment
typo.
2013-07-27 Maciej W. Rozycki <macro@linux-mips.org>
* elf32-vax.c (elf_vax_discard_got_entries): New function.

View File

@ -1080,7 +1080,7 @@ elf_vax_always_size_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
/* We may have created entries in the .rela.got and .got sections.
However, if we are not creating the dynamic sections, we will
not actually use these entries. Reset the size of .rela.got
and .got, which will cause it to get stripped from the output
and .got, which will cause them to get stripped from the output
file below. */
s = bfd_get_linker_section (dynobj, ".rela.got");
if (s != NULL)