diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-27 19:32:53 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-07-27 19:32:53 +0000 |
commit | 49d01bf63d118280b27551e9ee1c58040dd65f0c (patch) | |
tree | 8302ba54a4b5e9772966ad2659a9951d415ecacf /bfd/elf32-vax.c | |
parent | fac3d2414b62f31c0370bd198aa208e508ff9f7c (diff) | |
download | gdb-49d01bf63d118280b27551e9ee1c58040dd65f0c.zip gdb-49d01bf63d118280b27551e9ee1c58040dd65f0c.tar.gz gdb-49d01bf63d118280b27551e9ee1c58040dd65f0c.tar.bz2 |
* elf32-vax.c (elf_vax_always_size_sections): Correct a comment
typo.
Diffstat (limited to 'bfd/elf32-vax.c')
-rw-r--r-- | bfd/elf32-vax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 30afb15..634eed5 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -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) |