public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@gnat.com>
To: binutils@sources.redhat.com
Subject: [patch] fix typo in som.c causing build failure (checked in)
Date: Fri, 25 Jun 2004 18:34:00 -0000	[thread overview]
Message-ID: <20040625183451.GE953@gnat.com> (raw)

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

             reply	other threads:[~2004-06-25 18:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-25 18:34 Joel Brobecker [this message]
2004-06-25 23:58 ` Alan Modra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040625183451.GE953@gnat.com \
    --to=brobecker@gnat.com \
    --cc=binutils@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).