diff options
author | Alan Modra <amodra@gmail.com> | 2017-12-05 10:05:19 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-12-06 14:21:45 +1030 |
commit | dce2246a6c934bf35157e8970d0da5a11aefb282 (patch) | |
tree | 516b00a957e79ccb025e2107d8a0a341abb235f0 /bfd/elf32-ppc.c | |
parent | 8fbc617a46b015098876a7515c3a7ad6d1682876 (diff) | |
download | gdb-dce2246a6c934bf35157e8970d0da5a11aefb282.zip gdb-dce2246a6c934bf35157e8970d0da5a11aefb282.tar.gz gdb-dce2246a6c934bf35157e8970d0da5a11aefb282.tar.bz2 |
Comment tidy
Past tense is wrong for a comment before some action.
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Comment tidy.
* elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
* elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Likewise.
Diffstat (limited to 'bfd/elf32-ppc.c')
-rw-r--r-- | bfd/elf32-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index bd5cc5c..0ea3da8 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -5611,7 +5611,7 @@ ppc_elf_adjust_dynamic_symbol (struct bfd_link_info *info, if (info->nocopyreloc) return TRUE; - /* If we didn't find any dynamic relocs in read-only sections, then + /* If we don't find any dynamic relocs in read-only sections, then we'll be keeping the dynamic relocs and avoiding the copy reloc. We can't do this if there are any small data relocations. This doesn't work on VxWorks, where we can not have dynamic |