[patch] fix typo in som.c causing build failure (checked in)

Joel Brobecker brobecker@gnat.com
Fri Jun 25 18:34:00 GMT 2004


Hello,

The last change to som.c introduced a small typo that caused the build
on HP/UX to fail. I checked the following change in as obvious.

2004-06-25  Joel Brobecker  <brobecker@gnat.com>

        * som.c (som_set_reloc_info): Correct small typo.

-- 
Joel
-------------- next part --------------
Index: som.c
===================================================================
RCS file: /cvs/src/src/bfd/som.c,v
retrieving revision 1.44
diff -u -p -r1.44 som.c
--- som.c	24 Jun 2004 04:46:26 -0000	1.44
+++ som.c	25 Jun 2004 18:30:06 -0000
@@ -4953,7 +4953,7 @@ som_set_reloc_info (fixup, end, internal
 		      /* 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))
 			{


More information about the Binutils mailing list