* 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.
This commit is contained in:
Kazu Hirata 2002-12-20 22:41:13 +00:00
parent 14e9ca9515
commit 19852a2abd
10 changed files with 24 additions and 12 deletions

View 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> 2002-12-20 DJ Delorie <dj@redhat.com>
* reloc.c: Add BFD_RELOC_XSTORMY16_12. * reloc.c: Add BFD_RELOC_XSTORMY16_12.

View File

@ -186,7 +186,7 @@ funcvec_hash_table_init (table, abfd, newfunc)
} }
/* Create the derived linker hash table. We use a derived hash table /* 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. */ without using static variables. */
static struct bfd_link_hash_table * static struct bfd_link_hash_table *

View File

@ -3095,7 +3095,7 @@ coff_compute_section_file_positions (abfd)
#ifdef RS6000COFF_C #ifdef RS6000COFF_C
/* AIX loader checks the text section alignment of (vma - filepos) /* AIX loader checks the text section alignment of (vma - filepos)
So even though the filepos may be aligned wrt the o_algntext, for 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 AIX executable is stripped with gnu strip because the default vma
of native is 0x10000150 but default for gnu is 0x10000140. Gnu of native is 0x10000150 but default for gnu is 0x10000140. Gnu
stripped gnu excutable passes this check because the filepos is stripped gnu excutable passes this check because the filepos is

View File

@ -43,7 +43,7 @@ bfd_cris_arch =
bfd_default_compatible, /* A default function for testing bfd_default_compatible, /* A default function for testing
"machine" compatibility of two "machine" compatibility of two
bfd_arch_info_type. */ 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. */ match. */
NULL /* Pointer to next bfd_arch_info_type in NULL /* Pointer to next bfd_arch_info_type in
the same family. */ the same family. */

View File

@ -783,7 +783,7 @@ elf_vax_check_relocs (abfd, info, sec, relocs)
PC relative relocations we have entered for this symbol, PC relative relocations we have entered for this symbol,
so that we can discard them again if the symbol is later so that we can discard them again if the symbol is later
defined by a regular object. Note that this function is 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 which means that h is really a pointer to an
elf_vax_link_hash_entry. */ elf_vax_link_hash_entry. */
if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8 if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8

View File

@ -54,13 +54,13 @@ struct generic_link_hash_table
struct bfd_link_hash_table root; 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) \ #define _bfd_generic_link_hash_lookup(table, string, create, copy, follow) \
((struct generic_link_hash_entry *) \ ((struct generic_link_hash_entry *) \
bfd_link_hash_lookup (&(table)->root, (string), (create), (copy), (follow))) 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) \ #define _bfd_generic_link_hash_traverse(table, func, info) \
(bfd_link_hash_traverse \ (bfd_link_hash_traverse \

View File

@ -636,7 +636,7 @@ bfd_link_add_undef (table, h)
table->undefs_tail = h; table->undefs_tail = h;
} }
/* 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 * struct bfd_hash_entry *
_bfd_generic_link_hash_newfunc (entry, table, string) _bfd_generic_link_hash_newfunc (entry, table, string)
@ -669,7 +669,7 @@ _bfd_generic_link_hash_newfunc (entry, table, string)
return entry; return entry;
} }
/* Create an generic link hash table. */ /* Create a generic link hash table. */
struct bfd_link_hash_table * struct bfd_link_hash_table *
_bfd_generic_link_hash_table_create (abfd) _bfd_generic_link_hash_table_create (abfd)

View File

@ -5303,7 +5303,7 @@ bfd_som_attach_aux_hdr (abfd, type, string)
return TRUE; 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. */ written into the object file. */
bfd_boolean bfd_boolean

View 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. */ record. */
static void static void

View File

@ -605,8 +605,8 @@ add_new_contents (abfd, section)
return newptr; return newptr;
} }
/* Save section data & offset to an vms_section structure /* Save section data & offset to a vms_section structure
vms_section_table[] holds the vms_section chain */ vms_section_table[] holds the vms_section chain. */
bfd_boolean bfd_boolean
_bfd_save_vms_section (abfd, section, data, offset, count) _bfd_save_vms_section (abfd, section, data, offset, count)