summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-06-25 18:30:54 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-06-25 18:30:54 +0000
commitd82527ab1df90042f89a49ba9676206d7c80a35d (patch)
tree81d5d0007d2e767d34aaa7aa2d1645314d37ee4e /bfd
parenta2ab2b41796fb0362e9f9b73c72a6e3e1bf8ce6b (diff)
downloadgdb-d82527ab1df90042f89a49ba9676206d7c80a35d.tar.gz
* som.c (som_set_reloc_info): Correct small typo.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/som.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c7aba7aea9f..cba983a3757 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2004-06-25 Joel Brobecker <brobecker@gnat.com>
+
+ * som.c (som_set_reloc_info): Correct small typo.
+
2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
diff --git a/bfd/som.c b/bfd/som.c
index 752467819c4..5903c1a025e 100644
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -4953,7 +4953,7 @@ som_set_reloc_info (fixup, end, internal_relocs, section, symbols, just_count)
/* Got to read the damn contents first. We don't
bother saving the contents (yet). Add it one
day if the need arises. */
- bfd_bute *contents;
+ bfd_byte *contents;
if (!bfd_malloc_and_get_section (section->owner, section,
&contents))
{