* elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
authorAlan Modra <amodra@gmail.com>
Sun, 28 Apr 2002 12:29:46 +0000 (12:29 +0000)
committerAlan Modra <amodra@gmail.com>
Sun, 28 Apr 2002 12:29:46 +0000 (12:29 +0000)
* elf32-hppa.c (elf32_hppa_final_link): Formatting.

bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf64-x86-64.c

index 49a9d291ab90c69479a58267b56c766727dbce21..4263c8a7fa9bcdb761b7e8b93cf733cf92c58de9 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
+       * elf32-hppa.c (elf32_hppa_final_link): Formatting.
+
 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
 
        * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
index e0b317b5f320246fb404a39f6a0c3dd051edd4bc..f6586257659d9b2f1f3444a74be1a5cef377e88f 100644 (file)
@@ -3282,7 +3282,7 @@ elf32_hppa_final_link (abfd, info)
     return false;
 
   /* If we're producing a final executable, sort the contents of the
-     unwind section. */
+     unwind section.  */
   return elf_hppa_sort_unwind (abfd);
 }
 
index 51f10fcc54971d5d6065143e787bc357d472d2ef..5d77e7b3a89d6f0d0355d1a9749709cd6082a11c 100644 (file)
@@ -246,7 +246,7 @@ static const bfd_byte elf64_x86_64_plt_entry[PLT_ENTRY_SIZE] =
 };
 
 /* The x86-64 linker needs to keep track of the number of relocs that
-   decides to copy as dynamic relocs in check_relocs for each symbol.
+   it decides to copy as dynamic relocs in check_relocs for each symbol.
    This is so that it can later discard them if they are found to be
    unnecessary.  We store the information in a field extending the
    regular ELF linker hash table.  */
This page took 0.034239 seconds and 4 git commands to generate.