]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* som.c (som_set_reloc_info): Correct small typo.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 25 Jun 2004 18:30:54 +0000 (18:30 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 25 Jun 2004 18:30:54 +0000 (18:30 +0000)
bfd/ChangeLog
bfd/som.c

index c7aba7aea9fcea579ffaebba20f6975b81808716..cba983a3757655f0f78bd4f1b68c48fc0a963f0a 100644 (file)
@@ -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.
index 752467819c47c2fe40691fd19f58748cd0092187..5903c1a025e2834205d0e97905984910c3fef288 100644 (file)
--- 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))
                        {