From dcd2b8a0144f4f5f81887861542609ef858a28c9 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 2 Oct 2017 16:57:06 +1030 Subject: [PATCH] Fix powerpc comment typo * elf32-ppc.c (ppc_elf_relocate_section): Fix comment typo. * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. --- bfd/ChangeLog | 5 +++++ bfd/elf32-ppc.c | 2 +- bfd/elf64-ppc.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b51311ec1f..9ef407c7c9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2017-10-02 Alan Modra + + * elf32-ppc.c (ppc_elf_relocate_section): Fix comment typo. + * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. + 2017-10-01 Alan Modra PR 21957 diff --git a/bfd/elf32-ppc.c b/bfd/elf32-ppc.c index da4adea8ae..eb8ba62557 100644 --- a/bfd/elf32-ppc.c +++ b/bfd/elf32-ppc.c @@ -7951,7 +7951,7 @@ ppc_elf_relocate_section (bfd *output_bfd, wrel->r_addend = 0; /* For ld -r, remove relocations in debug sections against - sections defined in discarded sections. Not done for + symbols defined in discarded sections. Not done for non-debug to preserve relocs in .eh_frame which the eh_frame editing code expects to be present. */ if (bfd_link_relocatable (info) diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index ea49706d14..63c89840d2 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -13673,7 +13673,7 @@ ppc64_elf_relocate_section (bfd *output_bfd, wrel->r_addend = 0; /* For ld -r, remove relocations in debug sections against - sections defined in discarded sections. Not done for + symbols defined in discarded sections. Not done for non-debug to preserve relocs in .eh_frame which the eh_frame editing code expects to be present. */ if (bfd_link_relocatable (info)