Fix powerpc comment typo
authorAlan Modra <amodra@gmail.com>
Mon, 2 Oct 2017 06:27:06 +0000 (16:57 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 2 Oct 2017 06:28:51 +0000 (16:58 +1030)
* elf32-ppc.c (ppc_elf_relocate_section): Fix comment typo.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.

bfd/ChangeLog
bfd/elf32-ppc.c
bfd/elf64-ppc.c

index b51311ec1f1f082ef8ee2f475976137efe2a87b7..9ef407c7c98f1aab6d8012af1997871ac7f3206e 100644 (file)
@@ -1,3 +1,8 @@
+2017-10-02  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_relocate_section): Fix comment typo.
+       * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
+
 2017-10-01  Alan Modra  <amodra@gmail.com>
 
        PR 21957
index da4adea8aec7fa9cfb7aa2559597c1d4c7161bc5..eb8ba62557bcdf85c783311f894d30eeb7a9f4cb 100644 (file)
@@ -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)
index ea49706d14f3b37f149efbe1fa6612263df9f69d..63c89840d2851359e6adb3b5acee27da42c45005 100644 (file)
@@ -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)
This page took 0.03525 seconds and 4 git commands to generate.