• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisión19852a2abd4f698ced10f575b2de381dd09e441d (tree)
Tiempo2002-12-21 07:41:13
AutorKazu Hirata <kazu@code...>
CommiterKazu Hirata

Log Message

* 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.

Cambiar Resumen

Diferencia incremental

--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,15 @@
1+2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
2+
3+ * coff-h8300.c: Fix comment typos.
4+ * coffcode.h: Likewise.
5+ * cpu-cris.c: Likewise.
6+ * elf32-vax.c: Likewise.
7+ * genlink.h: Likewise.
8+ * linker.c: Likewise.
9+ * som.c: Likewise.
10+ * tekhex.c: Likewise.
11+ * vms-misc.c: Likewise.
12+
113 2002-12-20 DJ Delorie <dj@redhat.com>
214
315 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
--- a/bfd/coff-h8300.c
+++ b/bfd/coff-h8300.c
@@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc)
186186 }
187187
188188 /* Create the derived linker hash table. We use a derived hash table
189- basically to hold "static" information during an h8/300 coff link
189+ basically to hold "static" information during an H8/300 coff link
190190 without using static variables. */
191191
192192 static struct bfd_link_hash_table *
--- a/bfd/coffcode.h
+++ b/bfd/coffcode.h
@@ -3095,7 +3095,7 @@ coff_compute_section_file_positions (abfd)
30953095 #ifdef RS6000COFF_C
30963096 /* AIX loader checks the text section alignment of (vma - filepos)
30973097 So even though the filepos may be aligned wrt the o_algntext, for
3098- AIX executables, this check fails. This shows up when an native
3098+ AIX executables, this check fails. This shows up when a native
30993099 AIX executable is stripped with gnu strip because the default vma
31003100 of native is 0x10000150 but default for gnu is 0x10000140. Gnu
31013101 stripped gnu excutable passes this check because the filepos is
--- a/bfd/cpu-cris.c
+++ b/bfd/cpu-cris.c
@@ -43,7 +43,7 @@ bfd_cris_arch =
4343 bfd_default_compatible, /* A default function for testing
4444 "machine" compatibility of two
4545 bfd_arch_info_type. */
46- bfd_default_scan, /* Check if an bfd_arch_info_type is a
46+ bfd_default_scan, /* Check if a bfd_arch_info_type is a
4747 match. */
4848 NULL /* Pointer to next bfd_arch_info_type in
4949 the same family. */
--- a/bfd/elf32-vax.c
+++ b/bfd/elf32-vax.c
@@ -783,7 +783,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs)
783783 PC relative relocations we have entered for this symbol,
784784 so that we can discard them again if the symbol is later
785785 defined by a regular object. Note that this function is
786- only called if we are using an vaxelf linker hash table,
786+ only called if we are using a vaxelf linker hash table,
787787 which means that h is really a pointer to an
788788 elf_vax_link_hash_entry. */
789789 if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8
--- a/bfd/genlink.h
+++ b/bfd/genlink.h
@@ -54,13 +54,13 @@ struct generic_link_hash_table
5454 struct bfd_link_hash_table root;
5555 };
5656
57-/* Look up an entry in an generic link hash table. */
57+/* Look up an entry in a generic link hash table. */
5858
5959 #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
6060 ((struct generic_link_hash_entry *) \
6161 bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow)))
6262
63-/* Traverse an generic link hash table. */
63+/* Traverse a generic link hash table. */
6464
6565 #define _bfd_generic_link_hash_traverse(table, func, info) \
6666 (bfd_link_hash_traverse \
--- a/bfd/linker.c
+++ b/bfd/linker.c
@@ -636,7 +636,7 @@ bfd_link_add_undef (table, h)
636636 table->undefs_tail = h;
637637 }
638638
639-/* Routine to create an entry in an generic link hash table. */
639+/* Routine to create an entry in a generic link hash table. */
640640
641641 struct bfd_hash_entry *
642642 _bfd_generic_link_hash_newfunc (entry, table, string)
@@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string)
669669 return entry;
670670 }
671671
672-/* Create an generic link hash table. */
672+/* Create a generic link hash table. */
673673
674674 struct bfd_link_hash_table *
675675 _bfd_generic_link_hash_table_create (abfd)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string)
53035303 return TRUE;
53045304 }
53055305
5306-/* Attach an compilation unit header to the BFD backend so that it may be
5306+/* Attach a compilation unit header to the BFD backend so that it may be
53075307 written into the object file. */
53085308
53095309 bfd_boolean
--- a/bfd/tekhex.c
+++ b/bfd/tekhex.c
@@ -471,7 +471,7 @@ first_phase (abfd, type, src)
471471 }
472472 }
473473
474-/* Pass over an tekhex, calling one of the above functions on each
474+/* Pass over a tekhex, calling one of the above functions on each
475475 record. */
476476
477477 static void
--- a/bfd/vms-misc.c
+++ b/bfd/vms-misc.c
@@ -605,8 +605,8 @@ add_new_contents (abfd, section)
605605 return newptr;
606606 }
607607
608-/* Save section data & offset to an vms_section structure
609- vms_section_table[] holds the vms_section chain */
608+/* Save section data & offset to a vms_section structure
609+ vms_section_table[] holds the vms_section chain. */
610610
611611 bfd_boolean
612612 _bfd_save_vms_section (abfd, section, data, offset, count)