aboutsummaryrefslogtreecommitdiff
path: root/bfd/coffgen.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2001-10-10 12:08:29 +0000
committerKazu Hirata <kazu@codesourcery.com>2001-10-10 12:08:29 +0000
commit08da05b004779169c90558b82fe2050d2da5342f (patch)
treec04673f09e696dcb45288af2c4ae79eab137c081 /bfd/coffgen.c
parent079e9a2ffe5141cc3e2a7af21c77f3a2f2d1ce49 (diff)
downloadfsf-binutils-gdb-08da05b004779169c90558b82fe2050d2da5342f.zip
fsf-binutils-gdb-08da05b004779169c90558b82fe2050d2da5342f.tar.gz
fsf-binutils-gdb-08da05b004779169c90558b82fe2050d2da5342f.tar.bz2
* 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.
Diffstat (limited to 'bfd/coffgen.c')
-rw-r--r--bfd/coffgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/coffgen.c b/bfd/coffgen.c
index 4a06c68..4957c14 100644
--- a/bfd/coffgen.c
+++ b/bfd/coffgen.c
@@ -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;
}