public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h
Date: Sun, 18 Nov 2001 15:43:00 -0000	[thread overview]
Message-ID: <3C1E57DB.C87B10E0@redhat.com> (raw)

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

Hi,

I've committed the attached patch as an obvious fix to a typo.

Dave

[-- Attachment #2: addc.ChangeLog --]
[-- Type: text/plain, Size: 95 bytes --]

2001-12-17  Dave Brolley  <brolley@redhat.com>

	* cgen-ops.h: Correct return type of ADDCHI.


[-- Attachment #3: addc.patch.txt --]
[-- Type: text/plain, Size: 626 bytes --]

Index: sid/component/cgen-cpu/cgen-ops.h
===================================================================
RCS file: /cvs/src/src/sid/component/cgen-cpu/cgen-ops.h,v
retrieving revision 1.6
diff -c -p -r1.6 cgen-ops.h
*** sid/component/cgen-cpu/cgen-ops.h	2001/08/04 12:04:47	1.6
--- sid/component/cgen-cpu/cgen-ops.h	2001/12/17 20:32:11
*************** ADDCQI (QI a, QI b, BI c)
*** 351,357 ****
    return res;
  }
  
! inline QI
  ADDCHI (HI a, HI b, HI c)
  {
    HI res = ADDHI (a, ADDHI (b, c));
--- 351,357 ----
    return res;
  }
  
! inline HI
  ADDCHI (HI a, HI b, HI c)
  {
    HI res = ADDHI (a, ADDHI (b, c));

WARNING: multiple messages have this Message-ID
From: Dave Brolley <brolley@redhat.com>
To: sid@sources.redhat.com
Subject: [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h
Date: Mon, 17 Dec 2001 12:39:00 -0000	[thread overview]
Message-ID: <3C1E57DB.C87B10E0@redhat.com> (raw)
Message-ID: <20011217123900.FOYoq1DuQOKUEkkXZCRZ6o5LZ7tzn6kJ8ewd-4G0CMA@z> (raw)

Hi,

I've committed the attached patch as an obvious fix to a typo.

Dave

             reply	other threads:[~2001-12-17 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-18 15:43 Dave Brolley [this message]
2001-12-17 12:39 ` Dave Brolley

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=3C1E57DB.C87B10E0@redhat.com \
    --to=brolley@redhat.com \
    --cc=sid@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).