From 22bfad3734c2053f55e0606cf3fc531cdce53d4a Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 25 Jun 2004 18:30:54 +0000 Subject: [PATCH] * som.c (som_set_reloc_info): Correct small typo. --- bfd/ChangeLog | 4 ++++ bfd/som.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c7aba7a..cba983a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2004-06-25 Joel Brobecker + + * som.c (som_set_reloc_info): Correct small typo. + 2004-06-25 Kazuhiro Inaoka * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF. diff --git a/bfd/som.c b/bfd/som.c index 7524678..5903c1a 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)) { -- 2.7.4