OSDN Git Service

* coff-h8300.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 20 Dec 2002 22:41:13 +0000 (22:41 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Fri, 20 Dec 2002 22:41:13 +0000 (22:41 +0000)
* coffcode.h: Likewise.
* cpu-cris.c: Likewise.
* elf32-vax.c: Likewise.
* genlink.h: Likewise.
* linker.c: Likewise.
* som.c: Likewise.
* tekhex.c: Likewise.
* vms-misc.c: Likewise.

bfd/ChangeLog
bfd/coff-h8300.c
bfd/coffcode.h
bfd/cpu-cris.c
bfd/elf32-vax.c
bfd/genlink.h
bfd/linker.c
bfd/som.c
bfd/tekhex.c
bfd/vms-misc.c

index 75dd844..78d5e8d 100644 (file)
@@ -1,3 +1,15 @@
+2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * coff-h8300.c: Fix comment typos.
+       * coffcode.h: Likewise.
+       * cpu-cris.c: Likewise.
+       * elf32-vax.c: Likewise.
+       * genlink.h: Likewise.
+       * linker.c: Likewise.
+       * som.c: Likewise.
+       * tekhex.c: Likewise.
+       * vms-misc.c: Likewise.
+
 2002-12-20  DJ Delorie  <dj@redhat.com>
 
        * reloc.c: Add BFD_RELOC_XSTORMY16_12.
index 5429076..e21c5b5 100644 (file)
@@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc)
 }
 
 /* Create the derived linker hash table.  We use a derived hash table
-   basically to hold "static" information during an h8/300 coff link
+   basically to hold "static" information during an H8/300 coff link
    without using static variables.  */
 
 static struct bfd_link_hash_table *
index 1b6ef0b..36ae1a9 100644 (file)
@@ -3095,7 +3095,7 @@ coff_compute_section_file_positions (abfd)
 #ifdef RS6000COFF_C
          /* AIX loader checks the text section alignment of (vma - filepos)
             So even though the filepos may be aligned wrt the o_algntext, for
-            AIX executables, this check fails. This shows up when an native
+            AIX executables, this check fails. This shows up when a native
             AIX executable is stripped with gnu strip because the default vma
             of native is 0x10000150 but default for gnu is 0x10000140.  Gnu
             stripped gnu excutable passes this check because the filepos is
index e9f68ab..9e60ff0 100644 (file)
@@ -43,7 +43,7 @@ bfd_cris_arch =
   bfd_default_compatible,      /* A default function for testing
                                   "machine" compatibility of two
                                   bfd_arch_info_type.  */
-  bfd_default_scan,            /* Check if an bfd_arch_info_type is a
+  bfd_default_scan,            /* Check if a bfd_arch_info_type is a
                                   match.  */
   NULL                         /* Pointer to next bfd_arch_info_type in
                                   the same family.  */
index 20716fa..a9e8b0b 100644 (file)
@@ -783,7 +783,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs)
                 PC relative relocations we have entered for this symbol,
                 so that we can discard them again if the symbol is later
                 defined by a regular object.  Note that this function is
-                only called if we are using an vaxelf linker hash table,
+                only called if we are using a vaxelf linker hash table,
                 which means that h is really a pointer to an
                 elf_vax_link_hash_entry.  */
              if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8
index b6a9086..bcdc34b 100644 (file)
@@ -54,13 +54,13 @@ struct generic_link_hash_table
   struct bfd_link_hash_table root;
 };
 
-/* Look up an entry in an generic link hash table.  */
+/* Look up an entry in a generic link hash table.  */
 
 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
   ((struct generic_link_hash_entry *) \
    bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
 
-/* Traverse an generic link hash table.  */
+/* Traverse a generic link hash table.  */
 
 #define _bfd_generic_link_hash_traverse(table, func, info)             \
   (bfd_link_hash_traverse                                              \
index 7c097dc..918f4f8 100644 (file)
@@ -636,7 +636,7 @@ bfd_link_add_undef (table, h)
   table->undefs_tail = h;
 }
 \f
-/* Routine to create an entry in an generic link hash table.  */
+/* Routine to create an entry in a generic link hash table.  */
 
 struct bfd_hash_entry *
 _bfd_generic_link_hash_newfunc (entry, table, string)
@@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string)
   return entry;
 }
 
-/* Create an generic link hash table.  */
+/* Create a generic link hash table.  */
 
 struct bfd_link_hash_table *
 _bfd_generic_link_hash_table_create (abfd)
index 0bf44d8..c6486c4 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string)
   return TRUE;
 }
 
-/* Attach an compilation unit header to the BFD backend so that it may be
+/* Attach a compilation unit header to the BFD backend so that it may be
    written into the object file.  */
 
 bfd_boolean
index 033dce0..77b471a 100644 (file)
@@ -471,7 +471,7 @@ first_phase (abfd, type, src)
     }
 }
 
-/* Pass over an tekhex, calling one of the above functions on each
+/* Pass over a tekhex, calling one of the above functions on each
    record.  */
 
 static void
index de76fe5..86b84d7 100644 (file)
@@ -605,8 +605,8 @@ add_new_contents (abfd, section)
   return newptr;
 }
 
-/* Save section data & offset to an vms_section structure
-   vms_section_table[] holds the vms_section chain  */
+/* Save section data & offset to a vms_section structure
+   vms_section_table[] holds the vms_section chain.  */
 
 bfd_boolean
 _bfd_save_vms_section (abfd, section, data, offset, count)