From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26752 invoked by alias); 17 Dec 2001 20:39:53 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 25560 invoked from network); 17 Dec 2001 20:38:31 -0000 Message-ID: <3C1E57DB.C87B10E0@redhat.com> Date: Sun, 18 Nov 2001 15:43:00 -0000 From: Dave Brolley X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.16-22 i686) X-Accept-Language: en MIME-Version: 1.0 To: sid@sources.redhat.com Subject: [patch]: Typo in sid/component/cgen-cpu/cgen-ops.h Content-Type: multipart/mixed; boundary="------------3B1FB246BC2B8D745500BBC0" X-SW-Source: 2001-q4/txt/msg00032.txt.bz2 This is a multi-part message in MIME format. --------------3B1FB246BC2B8D745500BBC0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-length: 74 Hi, I've committed the attached patch as an obvious fix to a typo. Dave --------------3B1FB246BC2B8D745500BBC0 Content-Type: text/plain; charset=us-ascii; name="addc.ChangeLog" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="addc.ChangeLog" Content-length: 95 2001-12-17 Dave Brolley * cgen-ops.h: Correct return type of ADDCHI. --------------3B1FB246BC2B8D745500BBC0 Content-Type: text/plain; charset=us-ascii; name="addc.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="addc.patch.txt" Content-length: 626 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)); --------------3B1FB246BC2B8D745500BBC0-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Brolley 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 Message-ID: <3C1E57DB.C87B10E0@redhat.com> X-SW-Source: 2001-q4/msg00049.html Message-ID: <20011217123900.FOYoq1DuQOKUEkkXZCRZ6o5LZ7tzn6kJ8ewd-4G0CMA@z> Hi, I've committed the attached patch as an obvious fix to a typo. Dave