public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] fix typo in som.c causing build failure (checked in)
@ 2004-06-25 18:34 Joel Brobecker
  2004-06-25 23:58 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Joel Brobecker @ 2004-06-25 18:34 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 262 bytes --]

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

[-- Attachment #2: som.c.diff --]
[-- Type: text/plain, Size: 607 bytes --]

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))
 			{

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] fix typo in som.c causing build failure (checked in)
  2004-06-25 18:34 [patch] fix typo in som.c causing build failure (checked in) Joel Brobecker
@ 2004-06-25 23:58 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2004-06-25 23:58 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: binutils

On Fri, Jun 25, 2004 at 11:34:51AM -0700, Joel Brobecker wrote:
> 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.

Thank you.  The SOM support in binutils is a real pain to deal with,
since you can't compile som.c without native headers.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-25 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-25 18:34 [patch] fix typo in som.c causing build failure (checked in) Joel Brobecker
2004-06-25 23:58 ` Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).