aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-10-15 19:08:10 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-10-15 19:08:10 +0000
commit6288878d4b3a5934aa19fbd1f3838c3b38fde22e (patch)
tree72a81d4a7d06a1c3a462b843010897f746c76d63 /bfd
parente4d5f7e1d9b84ddd3463c7058c0cf3290a921efd (diff)
downloadfsf-binutils-gdb-6288878d4b3a5934aa19fbd1f3838c3b38fde22e.zip
fsf-binutils-gdb-6288878d4b3a5934aa19fbd1f3838c3b38fde22e.tar.gz
fsf-binutils-gdb-6288878d4b3a5934aa19fbd1f3838c3b38fde22e.tar.bz2
* elf32-h8300.c (elf_reloc_map): Fix a comment typo.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-h8300.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 635c6ae..7e0f4dc 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-15 Kazu Hirata <kazu@cs.umass.edu>
+
+ * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
+
2003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c
index efd14bb..3dc8ad7 100644
--- a/bfd/elf32-h8300.c
+++ b/bfd/elf32-h8300.c
@@ -225,7 +225,7 @@ struct elf_reloc_map {
unsigned char howto_index;
};
-/* An array mapping BFD reloc codes to SH ELF relocs. */
+/* An array mapping BFD reloc codes to H8 ELF relocs. */
static const struct elf_reloc_map h8_reloc_map[] = {
{ BFD_RELOC_NONE, R_H8_NONE_X },