GNU Binutils with patches for OS216
Revisión | 19852a2abd4f698ced10f575b2de381dd09e441d (tree) |
---|---|
Tiempo | 2002-12-21 07:41:13 |
Autor | Kazu Hirata <kazu@code...> |
Commiter | Kazu Hirata |
* 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.
@@ -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 | + | |
1 | 13 | 2002-12-20 DJ Delorie <dj@redhat.com> |
2 | 14 | |
3 | 15 | * reloc.c: Add BFD_RELOC_XSTORMY16_12. |
@@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc) | ||
186 | 186 | } |
187 | 187 | |
188 | 188 | /* 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 | |
190 | 190 | without using static variables. */ |
191 | 191 | |
192 | 192 | static struct bfd_link_hash_table * |
@@ -3095,7 +3095,7 @@ coff_compute_section_file_positions (abfd) | ||
3095 | 3095 | #ifdef RS6000COFF_C |
3096 | 3096 | /* AIX loader checks the text section alignment of (vma - filepos) |
3097 | 3097 | 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 | |
3099 | 3099 | AIX executable is stripped with gnu strip because the default vma |
3100 | 3100 | of native is 0x10000150 but default for gnu is 0x10000140. Gnu |
3101 | 3101 | stripped gnu excutable passes this check because the filepos is |
@@ -43,7 +43,7 @@ bfd_cris_arch = | ||
43 | 43 | bfd_default_compatible, /* A default function for testing |
44 | 44 | "machine" compatibility of two |
45 | 45 | 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 | |
47 | 47 | match. */ |
48 | 48 | NULL /* Pointer to next bfd_arch_info_type in |
49 | 49 | the same family. */ |
@@ -783,7 +783,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs) | ||
783 | 783 | PC relative relocations we have entered for this symbol, |
784 | 784 | so that we can discard them again if the symbol is later |
785 | 785 | 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, | |
787 | 787 | which means that h is really a pointer to an |
788 | 788 | elf_vax_link_hash_entry. */ |
789 | 789 | if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8 |
@@ -54,13 +54,13 @@ struct generic_link_hash_table | ||
54 | 54 | struct bfd_link_hash_table root; |
55 | 55 | }; |
56 | 56 | |
57 | -/* Look up an entry in an generic link hash table. */ | |
57 | +/* Look up an entry in a generic link hash table. */ | |
58 | 58 | |
59 | 59 | #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \ |
60 | 60 | ((struct generic_link_hash_entry *) \ |
61 | 61 | bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow))) |
62 | 62 | |
63 | -/* Traverse an generic link hash table. */ | |
63 | +/* Traverse a generic link hash table. */ | |
64 | 64 | |
65 | 65 | #define _bfd_generic_link_hash_traverse(table, func, info) \ |
66 | 66 | (bfd_link_hash_traverse \ |
@@ -636,7 +636,7 @@ bfd_link_add_undef (table, h) | ||
636 | 636 | table->undefs_tail = h; |
637 | 637 | } |
638 | 638 | |
639 | -/* Routine to create an entry in an generic link hash table. */ | |
639 | +/* Routine to create an entry in a generic link hash table. */ | |
640 | 640 | |
641 | 641 | struct bfd_hash_entry * |
642 | 642 | _bfd_generic_link_hash_newfunc (entry, table, string) |
@@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string) | ||
669 | 669 | return entry; |
670 | 670 | } |
671 | 671 | |
672 | -/* Create an generic link hash table. */ | |
672 | +/* Create a generic link hash table. */ | |
673 | 673 | |
674 | 674 | struct bfd_link_hash_table * |
675 | 675 | _bfd_generic_link_hash_table_create (abfd) |
@@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string) | ||
5303 | 5303 | return TRUE; |
5304 | 5304 | } |
5305 | 5305 | |
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 | |
5307 | 5307 | written into the object file. */ |
5308 | 5308 | |
5309 | 5309 | bfd_boolean |
@@ -471,7 +471,7 @@ first_phase (abfd, type, src) | ||
471 | 471 | } |
472 | 472 | } |
473 | 473 | |
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 | |
475 | 475 | record. */ |
476 | 476 | |
477 | 477 | static void |
@@ -605,8 +605,8 @@ add_new_contents (abfd, section) | ||
605 | 605 | return newptr; |
606 | 606 | } |
607 | 607 | |
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. */ | |
610 | 610 | |
611 | 611 | bfd_boolean |
612 | 612 | _bfd_save_vms_section (abfd, section, data, offset, count) |