summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2013-07-27 19:32:53 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2013-07-27 19:32:53 +0000
commitea8c23e5273140785651281afed97f17c1943e7f (patch)
treee30c489f25820b46164be6ed2bad609b514d7cba /bfd
parent3a4b914e706d5b002c4d3566c9807cff3462d0ec (diff)
downloadgdb-ea8c23e5273140785651281afed97f17c1943e7f.tar.gz
* elf32-vax.c (elf_vax_always_size_sections): Correct a comment
typo.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elf32-vax.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e07fd6aa2c0..62742afda54 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
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.
(elf_vax_always_size_sections): Likewise.
(elf_vax_size_dynamic_sections): Remove code moved to
diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c
index 30afb15637f..634eed58da0 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)