typo fixes
authorAlan Modra <amodra@gmail.com>
Fri, 17 Aug 2012 02:43:21 +0000 (02:43 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 17 Aug 2012 02:43:21 +0000 (02:43 +0000)
17 files changed:
bfd/ChangeLog
bfd/ChangeLog-0203
bfd/ChangeLog-2008
bfd/ChangeLog-2009
bfd/ChangeLog-2010
bfd/elf-bfd.h
bfd/elf32-ppc.c
bfd/elf64-ia64-vms.c
bfd/elfnn-ia64.c
bfd/elfxx-mips.c
bfd/vms-alpha.c
binutils/ChangeLog
binutils/ChangeLog-0001
binutils/ChangeLog-2011
binutils/doc/binutils.texi
binutils/objdump.c
binutils/od-xcoff.c

index 05731545a3b22f879ed3d3f23db1e60368a329e7..b694876b94899d283a9e97e0d6aa53723ca3a269 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-17  Yuri Chornoivan  <yurchor@ukr.net>
+
+       * elf-bfd.h, * elf32-ppc.c, * elf64-ia64-vms.c, * elfnn-ia64.c,
+       * elfxx-mips.c, * vms-alpha.c: Typo fixes.
+
 2012-08-17  Alan Modra  <amodra@gmail.com>
 
        PR binutils/14475:
index 1b1abb149da3edf6aeacce8e70eee3dde8ac069d..6c66f753de0f4ca89193bce58f26ab694a8233c3 100644 (file)
        (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
        (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
        (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
-       non-shared link.  Convert instructions that use the the linkage table
+       non-shared link.  Convert instructions that use the linkage table
        pointer, or a facsimile thereof, to use the global data pointer when
        the reloc has been changed.
 
index eb63e09f5dc855b6f3f0dfe8100c9bae3f1fffb5..e5e8aa0cf4268f1df5999966575afe95348f9012 100644 (file)
@@ -22,7 +22,7 @@
        PR ld/7036
        * elfxx-ia64.c (elfNN_ia64_relax_section): Assume linker will
        always insert 32byte between the .plt and .text sections after
-       the the first relaxation pass.
+       the first relaxation pass.
 
 2008-12-23  Nick Clifton  <nickc@redhat.com>
 
index cc33261f147141d96871ac6db5ce72b4ff86e8cc..68a9829d27fe8859b500080285ab5e72e926b3f7 100644 (file)
        (bfd_xcoff_set_archive_import_path): Likewise.
        (xcoff_set_import_path): Move earlier in file.
        (xcoff_link_add_dynamic_symbols): Set the import path of a non-archive
-       object to the the directory part of the bfd's filename.  Get the
+       object to the directory part of the bfd's filename.  Get the
        import path and filename of an archive object from the archive's
        xcoff_tdata, initializing it if necessary.  Update use of
        import_file_id.
index c486f58270deba9b6055deaeee99b416626ad252..e9c777808355238ddb20e61a2cfaa0610bcef809 100644 (file)
 
        * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Write the LWPID to
        elf_tdata's core_lwpid instead of to core_pid.
-       (elf64_x86_64_grok_psinfo): Extract the the main process's PID,
+       (elf64_x86_64_grok_psinfo): Extract the main process's PID,
        and store it in elf_tdata's core_pid field.
        * elf32-i386.c (elf_i386_grok_prstatus): Write the LWPID to
        elf_tdata's core_lwpid instead of to core_pid.
-       (elf_i386_grok_psinfo): Extract the the main process's PID, and
+       (elf_i386_grok_psinfo): Extract the main process's PID, and
        store it in elf_tdata's core_pid field.
 
        * elf32-am33lin.c (elf32_am33lin_grok_prstatus): Write the LWPID
index 6a44912fd48aba6c6c592159278b0991c1e440d0..e57528ea0f36f471bf994da75063b00164121db7 100644 (file)
@@ -2465,7 +2465,7 @@ extern asection _bfd_elf_large_com_section;
     continue;                                                          \
   }
 
-/* Will a symbol be bound to the the definition within the shared
+/* Will a symbol be bound to the definition within the shared
    library, if any.  A unique symbol can never be bound locally.  */
 #define SYMBOLIC_BIND(INFO, H) \
     (!(H)->unique_global \
index 3d0a2d939d6a7305c6796f5d9dfaf9871e2e8b49..779ca6d25b41ba2f3237b48a669667f855836bd7 100644 (file)
@@ -8980,7 +8980,7 @@ ppc_elf_finish_dynamic_symbol (bfd *output_bfd,
                            htab->plt->contents + ent->plt.offset + 28);
 
                /* Fill in the GOT entry corresponding to this PLT slot with
-                  the address immediately after the the "bctr" instruction
+                  the address immediately after the "bctr" instruction
                   in this PLT entry.  */
                bfd_put_32 (output_bfd, (htab->plt->output_section->vma
                                         + htab->plt->output_offset
index ef7837409bec86af9c5bddf33d8d899b8ac1b392..f723068a682b756f203bcc547eee08c0544c3db3 100644 (file)
@@ -539,7 +539,7 @@ elf64_ia64_relax_section (bfd *abfd, asection *sec,
             .plt section.  After the first relaxation pass, linker may
             increase the gap between the .plt and .text sections up
             to 32byte.  We assume linker will always insert 32byte
-            between the .plt and .text sections after the the first
+            between the .plt and .text sections after the first
             relaxation pass.  */
          if (tsec == ia64_info->root.splt)
            offset = -0x1000000 + 32;
index 7021ff5355907263eac116b34256eacb81cfb98d..e6abb79524a6912ae862a5075ce96d49ecf61f9f 100644 (file)
@@ -570,7 +570,7 @@ elfNN_ia64_relax_section (bfd *abfd, asection *sec,
             .plt section.  After the first relaxation pass, linker may
             increase the gap between the .plt and .text sections up
             to 32byte.  We assume linker will always insert 32byte
-            between the .plt and .text sections after the the first
+            between the .plt and .text sections after the first
             relaxation pass.  */
          if (tsec == ia64_info->root.splt)
            offset = -0x1000000 + 32;
index 5f8693e46914cc9470442ea33cf4a72b89d82ead..9c3f37290ba7df9f71fbe6820af28f14edf722fe 100644 (file)
@@ -12764,7 +12764,7 @@ _bfd_mips_elf_relax_section (bfd *abfd, asection *sec,
          /* Fix the relocation's type.  */
          irel->r_info = ELF32_R_INFO (r_symndx, R_MICROMIPS_PC10_S1);
 
-         /* Replace the the 32-bit opcode with a 16-bit opcode.  */
+         /* Replace the 32-bit opcode with a 16-bit opcode.  */
          bfd_put_16 (abfd,
                      (b_insn_16.match
                       | (opcode & 0x3ff)),             /* Addend value.  */
@@ -12791,7 +12791,7 @@ _bfd_mips_elf_relax_section (bfd *abfd, asection *sec,
          /* Fix the relocation's type.  */
          irel->r_info = ELF32_R_INFO (r_symndx, R_MICROMIPS_PC7_S1);
 
-         /* Replace the the 32-bit opcode with a 16-bit opcode.  */
+         /* Replace the 32-bit opcode with a 16-bit opcode.  */
          bfd_put_16 (abfd,
                      (bz_insns_16[fndopc].match
                       | BZ16_REG_FIELD (reg)
index 8b98560743731a3d8983e9800cd8c4407c589a38..3383b0f65da1f77bb397c054628e8121fb529a41 100644 (file)
@@ -7849,7 +7849,7 @@ evax_bfd_print_image (bfd *abfd, FILE *file)
         }
       if (lpfixoff != 0)
         {
-          fprintf (file, _(" Linkage Pairs Referece Fixups:\n"));
+          fprintf (file, _(" Linkage Pairs Reference Fixups:\n"));
           evax_bfd_print_reference_fixups (file, buf + lpfixoff);
         }
       if (chgprtoff)
index 8b52cce13e310f40a80a1a1fde49ab2e319159cc..65bb5077c9eb760423e210ed0f91bad8615f4304 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-17  Yuri Chornoivan  <yurchor@ukr.net>
+
+       * doc/binutils.texi, * objdump.c, * od-xcoff.c: Typo fixes.
+
 2012-08-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/14481
index 9d1489432e8b2ee4765bbe30bf524eed7abfbeec..2df5e0676b1150af7809b47c5c860b9abe568815 100644 (file)
 
        * objcopy.c (strip_main): Revert the change made on 2001-05-30
        by accident.
-       (copy_main): Apply the the change made to strip_main on
+       (copy_main): Apply the change made to strip_main on
        2001-05-30 by accident.
 
 2001-06-23  Andreas Jaeger  <aj@suse.de>
index b81c81d40f2ccd5fa5337063cc691be96e779887..be2493037eb588bbcde27240f3da42624f697168 100644 (file)
 2011-10-16  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR binutils/13278
-       * ar.c (open_inarch): Set the target from the the first object
+       * ar.c (open_inarch): Set the target from the first object
        on the list only if it isn't set.
 
 2011-10-13  Nick Clifton  <nickc@redhat.com>
index 9826eb20e116bec86c7c1cef95bb338eb3a3af24..0ac0eb2593f582099901ec55ca9b9993b3800a9b 100644 (file)
@@ -131,7 +131,7 @@ Convert object code into a Netware Loadable Module
 Manipulate Windows resources
 
 @item windmc
-Genertor for Windows message resources
+Generator for Windows message resources
 
 @item dlltool
 Create the files needed to build and use Dynamic Link Libraries
@@ -4223,7 +4223,7 @@ Displays the contents of the file's dynamic section, if it has one.
 
 @item -V
 @itemx --version-info
-@cindex ELF version sections informations
+@cindex ELF version sections information
 Displays the contents of the version sections in the file, it they
 exist.
 
@@ -4261,7 +4261,7 @@ any other string identifies all sections with that name in the object file.
 @item -c
 @itemx --archive-index
 @cindex Archive file symbol index information
-Displays the file symbol index infomation contained in the header part
+Displays the file symbol index information contained in the header part
 of binary archives.  Performs the same function as the @option{t}
 command to @command{ar}, but without using the BFD library.  @xref{ar}.
 
index 49a2457be73c155aaca29420e5e77635a32a2116..23a67933712e97ef896abcfb6fbaee514be083a6 100644 (file)
@@ -1235,7 +1235,7 @@ try_print_file_open (const char *origname, const char *modname)
   return p;
 }
 
-/* If the the source file, as described in the symtab, is not found
+/* If the source file, as described in the symtab, is not found
    try to locate it in one of the paths specified with -I
    If found, add location to print_files linked list.  */
 
index 41f8ba3306c376251a4ce644a6115268172febf7..d7056a8c6b74eab63a641cdf0ec3a0ebbcfc7af6 100644 (file)
@@ -353,7 +353,7 @@ union xcoff32_symbol
 
   struct sym
   {
-    /* Pointer the the NUL-terminated name.  */
+    /* Pointer to the NUL-terminated name.  */
     char *name;
 
     /* XCOFF symbol fields.  */
This page took 0.049183 seconds and 4 git commands to generate.