diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2001-10-10 12:08:29 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2001-10-10 12:08:29 +0000 |
commit | eb6f1ba3a48d8bf32feaadccff50f2a816d81ee9 (patch) | |
tree | da36a4414aa94f32fabcfeff7315970fafddd1b9 /bfd/coff64-rs6000.c | |
parent | caa1d8ecbdb4b9bbf9559b46fc0f9c185a54777d (diff) | |
download | gdb-eb6f1ba3a48d8bf32feaadccff50f2a816d81ee9.tar.gz |
* 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/coff64-rs6000.c')
-rw-r--r-- | bfd/coff64-rs6000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/coff64-rs6000.c b/bfd/coff64-rs6000.c index 4d697deffb6..bc972418db9 100644 --- a/bfd/coff64-rs6000.c +++ b/bfd/coff64-rs6000.c @@ -2012,7 +2012,7 @@ xcoff64_sizeof_headers (abfd, reloc) size = bfd_coff_filhsz (abfd); - /* Don't think the small aout header can be used since some of the the + /* Don't think the small aout header can be used since some of the old elements have been reordered past the end of the old coff small aout size. */ |