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 | 08da05b004779169c90558b82fe2050d2da5342f (patch) | |
tree | c04673f09e696dcb45288af2c4ae79eab137c081 /bfd/elf32-m32r.c | |
parent | 079e9a2ffe5141cc3e2a7af21c77f3a2f2d1ce49 (diff) | |
download | gdb-08da05b004779169c90558b82fe2050d2da5342f.zip gdb-08da05b004779169c90558b82fe2050d2da5342f.tar.gz 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/elf32-m32r.c')
-rw-r--r-- | bfd/elf32-m32r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-m32r.c b/bfd/elf32-m32r.c index 830cd66..eb2237f 100644 --- a/bfd/elf32-m32r.c +++ b/bfd/elf32-m32r.c @@ -605,7 +605,7 @@ m32r_elf_generic_reloc (input_bfd, reloc_entry, symbol, data, return bfd_reloc_ok; } - /* Now do the the reloc in the usual way. + /* Now do the reloc in the usual way. ??? It would be nice to call bfd_elf_generic_reloc here, but we have partial_inplace == TRUE. bfd_elf_generic_reloc will pass the handling back to bfd_install_relocation which will install |