* aout-encap.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 10 Oct 2001 12:08:29 +0000 (12:08 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Wed, 10 Oct 2001 12:08:29 +0000 (12:08 +0000)
* aoutx.h: Likewise.
* archive.c: Likewise.
* bout.c: Likewise.
* coff64-rs6000.c: Likewise.
* coffcode.h: Likewise.
* coffgen.c: Likewise.
* cofflink.c: Likewise.
* coff-mips.c: Likewise.
* ecoff.c: Likewise.
* elf32-m32r.c: Likewise.
* libcoff-in.h: Likewise.
* libecoff.h: Likewise.
* libxcoff.h: Likewise.
* nlm32-i386.c: Likewise.
* pdp11.c: Likewise.
* section.c: Likewise.
* som.c: Likewise.
* som.h: Likewise.
* bfd-in2.h: Regenerate.
* libcoff.h: Likewise.

22 files changed:
bfd/ChangeLog
bfd/aout-encap.c
bfd/aoutx.h
bfd/archive.c
bfd/bfd-in2.h
bfd/bout.c
bfd/coff-mips.c
bfd/coff64-rs6000.c
bfd/coffcode.h
bfd/coffgen.c
bfd/cofflink.c
bfd/ecoff.c
bfd/elf32-m32r.c
bfd/libcoff-in.h
bfd/libcoff.h
bfd/libecoff.h
bfd/libxcoff.h
bfd/nlm32-i386.c
bfd/pdp11.c
bfd/section.c
bfd/som.c
bfd/som.h

index 800569d6543eafeb5e64a465828bc4768e0e5062..80ede748ad27bc2edb23669feb6032393c7098b5 100644 (file)
@@ -1,3 +1,27 @@
+2001-10-10  Kazu Hirata  <kazu@hxi.com>
+
+       * aout-encap.c: Fix comment typos.
+       * aoutx.h: Likewise.
+       * archive.c: Likewise.
+       * bout.c: Likewise.
+       * coff64-rs6000.c: Likewise.
+       * coffcode.h: Likewise.
+       * coffgen.c: Likewise.
+       * cofflink.c: Likewise.
+       * coff-mips.c: Likewise.
+       * ecoff.c: Likewise.
+       * elf32-m32r.c: Likewise.
+       * libcoff-in.h: Likewise.
+       * libecoff.h: Likewise.
+       * libxcoff.h: Likewise.
+       * nlm32-i386.c: Likewise.
+       * pdp11.c: Likewise.
+       * section.c: Likewise.
+       * som.c: Likewise.
+       * som.h: Likewise.
+       * bfd-in2.h: Regenerate.
+       * libcoff.h: Likewise.
+
 2001-10-10  Alan Modra  <amodra@bigpond.net.au>
 
        * elf.c (elf_map_symbols): Don't create new section symbols; Use
index 921bdd349c382f77e43d590ad504f0d94aa5d0c0..84c46c6075622093d1e587e4e49093cb287dce22 100644 (file)
@@ -79,7 +79,7 @@ encap_object_p (abfd)
   return aout_32_some_aout_object_p (abfd, &exec, encap_realcallback);
 }
 
-/* Finish up the reading of a encapsulated-coff a.out file header */
+/* Finish up the reading of an encapsulated-coff a.out file header.  */
 const bfd_target *
 encap_real_callback (abfd)
      bfd *abfd;
index c619e0e74d25c8da621e8901eeca038d9d50238d..0a3c05ad6e55e90598de85d46bc646e784fc786b 100644 (file)
@@ -930,7 +930,7 @@ adjust_o_magic (abfd, execp)
     }
   else
     {
-      /* The VMA of the .bss section is set by the the VMA of the
+      /* The VMA of the .bss section is set by the VMA of the
          .data section plus the size of the .data section.  We may
          need to add padding bytes to make this true.  */
       pad = obj_bsssec (abfd)->vma - vma;
index f158ae61f0a9a671a654bc8180318c6f87d7db08..04be6a90326ce8273335ff79a1fe6c87d120a29d 100644 (file)
@@ -2145,7 +2145,7 @@ coff_write_armap (arch, elength, map, symbol_count, stridx)
      int stridx;
 {
   /* The size of the ranlib is the number of exported symbols in the
-     archive * the number of bytes in a int, + an int for the count.  */
+     archive * the number of bytes in an int, + an int for the count.  */
   unsigned int ranlibsize = (symbol_count * 4) + 4;
   unsigned int stringsize = stridx;
   unsigned int mapsize = stringsize + ranlibsize;
index fcdd1db631543880e1a3115db47820ae921141df..854dd0ebc785dd3fd49ef752ba4a0aba3d3fd5b2 100644 (file)
@@ -1185,7 +1185,7 @@ typedef struct sec
   unsigned int linker_mark : 1;
 
   /* Another mark flag used by some of the linker backends.  Set for
-     output sections that have a input section.  */
+     output sections that have an input section.  */
   unsigned int linker_has_input : 1;
 
   /* A mark flag used by some linker backends for garbage collection.  */
index 012d844bbdee22083932e1b6088d40326995a9c1..13e4f04cb9c521233ca36bb575d6b9434afe14df 100644 (file)
@@ -626,7 +626,7 @@ b_out_slurp_reloc_table (abfd, asect, symbols)
 
     if (raw[7] & extern_mask)
       {
-       /* If this is set then the r_index is a index into the symbol table;
+       /* If this is set then the r_index is an index into the symbol table;
           if the bit is not set then r_index contains a section map.
           We either fill in the sym entry with a pointer to the symbol,
           or point to the correct section.  */
index 6e9cc6af3c1c383d0d267f1e01ed09c0f18065db..bb57247d780a2cd67f63dabaaf7c31e2a685f89b 100644 (file)
@@ -366,7 +366,7 @@ static reloc_howto_type mips_howto_table[] =
 #define MIPS_HOWTO_COUNT \
   (sizeof mips_howto_table / sizeof mips_howto_table[0])
 
-/* When the linker is doing relaxing, it may change a external PCREL16
+/* When the linker is doing relaxing, it may change an external PCREL16
    reloc.  This typically represents an instruction like
        bal foo
    We change it to
index 4d697deffb67564cb7dee2fd056fb558589c44ee..bc972418db9910c11c893d1bc9ec4e54e24cf47d 100644 (file)
@@ -2012,7 +2012,7 @@ xcoff64_sizeof_headers (abfd, reloc)
 
   size = bfd_coff_filhsz (abfd);
 
-  /* Don't think the small aout header can be used since some of the the
+  /* Don't think the small aout header can be used since some of the
      old elements have been reordered past the end of the old coff
      small aout size.  */
 
index 7c0f3e1277694c318e83b5dce4a7c12c84347767..c2a2950a431adbcf96ccf1a72c08d286f636bb75 100644 (file)
@@ -917,7 +917,7 @@ handle_COMDAT (abfd, sec_flags, hdr, name, section)
                char *newname;
                bfd_size_type amt;
 
-               /* This must the the second symbol with the
+               /* This must the second symbol with the
                   section #.  It is the actual symbol name.
                   Intel puts the two adjacent, but Alpha (at
                   least) spreads them out.  */
index 4a06c68a0037d820be9ac881cd359bf024d29141..4957c141f6b4ca3938d86f68ce082fe35f304d32 100644 (file)
@@ -1054,7 +1054,7 @@ coff_write_alien_symbol (abfd, symbol, written, string_size_p,
       if (! obj_pe (abfd))
        native->u.syment.n_value += symbol->section->output_section->vma;
 
-      /* Copy the any flags from the the file header into the symbol.
+      /* Copy the any flags from the file header into the symbol.
          FIXME: Why?  */
       {
        coff_symbol_type *c = coff_symbol_from (abfd, symbol);
@@ -2468,7 +2468,7 @@ bfd_coff_set_symbol_class (abfd, symbol, class)
          if (! obj_pe (abfd))
            native->u.syment.n_value += symbol->section->output_section->vma;
 
-         /* Copy the any flags from the the file header into the symbol.
+         /* Copy the any flags from the file header into the symbol.
             FIXME: Why?  */
          native->u.syment.n_flags = bfd_asymbol_bfd (& csym->symbol)->flags;
        }
index 594b169bb219f3728d24909cf00af4345b5c5a30..00a52890c0a6691a5afe0820b28404269c9b625c 100644 (file)
@@ -442,7 +442,7 @@ coff_link_add_symbols (abfd, info)
 
          /* The Microsoft Visual C compiler does string pooling by
             hashing the constants to an internal symbol name, and
-            relying on the the linker comdat support to discard
+            relying on the linker comdat support to discard
             duplicate names.  However, if one string is a literal and
             one is a data initializer, one will end up in the .data
             section and one will end up in the .rdata section.  The
index 4e0e9533b90f8de027fbffa031bca556d2d5565e..1e3b6a97a9cb968825f207e4bb6e698ae41ce321 100644 (file)
@@ -4758,7 +4758,7 @@ ecoff_reloc_link_order (output_bfd, info, output_section, link_order)
 
   rel.addend = 0;
 
-  /* Move the information into a internal_reloc structure.  */
+  /* Move the information into an internal_reloc structure.  */
   in.r_vaddr = (rel.address
                + bfd_get_section_vma (output_bfd, output_section));
   in.r_type = rel.howto->type;
index 830cd669b2233bcb5bea12f6c174b900b3f5bfff..eb2237f19aad26ebce0cd1334c6b8da66e3d1924 100644 (file)
@@ -605,7 +605,7 @@ m32r_elf_generic_reloc (input_bfd, reloc_entry, symbol, data,
       return bfd_reloc_ok;
     }
 
-  /* Now do the the reloc in the usual way.
+  /* Now do the reloc in the usual way.
      ??? It would be nice to call bfd_elf_generic_reloc here,
      but we have partial_inplace == TRUE.  bfd_elf_generic_reloc will
      pass the handling back to bfd_install_relocation which will install
index 17962495ad17676a272ff9c0dd6ae30042b7ca2e..bbccbbaa93b999a90e1109e11bfe9f59529054ab 100644 (file)
@@ -173,7 +173,7 @@ struct xcoff_tdata
 
 #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
 
-/* We take the address of the first element of a asymbol to ensure that the
+/* We take the address of the first element of an asymbol to ensure that the
  * macro is only ever applied to an asymbol.  */
 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
 
index e0c77d9a2d4ceb02cd0aecadf4c91de8b4107fc8..f26a692bee8ffc11d16afffa1f4581e484ffb1d7 100644 (file)
@@ -177,7 +177,7 @@ struct xcoff_tdata
 
 #define xcoff_data(abfd) ((abfd)->tdata.xcoff_obj_data)
 
-/* We take the address of the first element of a asymbol to ensure that the
+/* We take the address of the first element of an asymbol to ensure that the
  * macro is only ever applied to an asymbol.  */
 #define coffsymbol(asymbol) ((coff_symbol_type *)(&((asymbol)->the_bfd)))
 
index 957ff1bf9ca028bada213ba8da81e772a88fef78..5f9e016b9f65475a3778898eb2102dca7759ee2f 100644 (file)
@@ -166,7 +166,7 @@ typedef struct ecoff_symbol_struct
   PTR native;
 } ecoff_symbol_type;
 
-/* We take the address of the first element of a asymbol to ensure that the
+/* We take the address of the first element of an asymbol to ensure that the
    macro is only ever applied to an asymbol.  */
 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
 
index 3c2532a66b6fd21d951013f6a2986b856e547c79..b0ac0501f582fcfb86bbd85289bcf851d0ac7d66 100644 (file)
@@ -49,7 +49,7 @@ struct xcoff_backend_data_rec
   void (* _xcoff_swap_ldrel_in)(bfd *, const PTR, struct internal_ldrel *);
   void (* _xcoff_swap_ldrel_out)(bfd *, const struct internal_ldrel *, PTR);
 
-  /* size of the the external struct */
+  /* size of the external struct */
   unsigned int _xcoff_ldhdrsz;
   unsigned int _xcoff_ldsymsz;
   unsigned int _xcoff_ldrelsz;
index a33013499bca5d7d043dfe9decaf123b5a1a94ea..32b05b4eb08b6fb9c566cbe84711c6f158ae7b0e 100644 (file)
@@ -234,7 +234,7 @@ nlm_i386_write_import (abfd, sec, rel)
   return true;
 }
 
-/* I want to be able to use objcopy to turn a i386 a.out or COFF file
+/* I want to be able to use objcopy to turn an i386 a.out or COFF file
    into a NetWare i386 module.  That means that the relocs from the
    source file have to be mapped into relocs that apply to the target
    file.  This function is called by nlm_set_section_contents to give
index 28739501d5154c5f304ce3daed2340512c2a785e..265c159bd3a70495409e6a5178c32aacae098f26 100644 (file)
@@ -1104,7 +1104,7 @@ adjust_o_magic (abfd, execp)
     }
   else
     {
-      /* The VMA of the .bss section is set by the the VMA of the
+      /* The VMA of the .bss section is set by the VMA of the
          .data section plus the size of the .data section.  We may
          need to add padding bytes to make this true.  */
       pad = obj_bsssec (abfd)->vma - vma;
index 702f05a72a732c913503816d9fbea29af1893164..b2a366a12b048778a79acd2000e7d734511d455f 100644 (file)
@@ -379,7 +379,7 @@ CODE_FRAGMENT
 .  unsigned int linker_mark : 1;
 .
 .  {* Another mark flag used by some of the linker backends.  Set for
-.     output sections that have a input section.  *}
+.     output sections that have an input section.  *}
 .  unsigned int linker_has_input : 1;
 .
 .  {* A mark flag used by some linker backends for garbage collection.  *}
index 95735f5955acb579cc72421ee29fc71093c65f23..39a4d5deb6e4a4800e2ddbc512c7a87a530e78ec 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -2960,7 +2960,7 @@ som_write_fixups (abfd, current_offset, total_reloc_sizep)
                  break;
 
                case R_END_TRY:
-                 /* The end of a exception handling region.  The reloc's
+                 /* The end of an exception handling region.  The reloc's
                     addend contains the offset of the exception handling
                     code.  */
                  if (bfd_reloc->addend == 0)
index 158c96f918ece3cedccb2851a825e2531525ce8d..94f03ab9f18bb491e7ee18269d16ffcd446a16ec 100644 (file)
--- a/bfd/som.h
+++ b/bfd/som.h
@@ -107,7 +107,7 @@ struct somdata
   {
     /* All the magic information about an executable which lives
        in the private BFD structure and needs to be copied from
-       the input bfd to the output bfd during a objcopy/strip.  */
+       the input bfd to the output bfd during an objcopy/strip.  */
     struct som_exec_data *exec_data;
 
     /* These three fields are only used when writing files and are
This page took 0.056015 seconds and 4 git commands to generate.