From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15153 invoked by alias); 28 Mar 2012 10:49:36 -0000 Received: (qmail 15142 invoked by uid 22791); 28 Mar 2012 10:49:34 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from va3ehsobe005.messaging.microsoft.com (HELO va3outboundpool.messaging.microsoft.com) (216.32.180.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Mar 2012 10:49:04 +0000 Received: from mail142-va3-R.bigfish.com (10.7.14.246) by VA3EHSOBE005.bigfish.com (10.7.40.25) with Microsoft SMTP Server id 14.1.225.23; Wed, 28 Mar 2012 10:48:49 +0000 Received: from mail142-va3 (localhost [127.0.0.1]) by mail142-va3-R.bigfish.com (Postfix) with ESMTP id C32D3805FE; Wed, 28 Mar 2012 10:49:02 +0000 (UTC) X-SpamScore: -25 X-BigFish: VPS-25(zz9371I936eK542M154dM1432N98dK1447Mzz1202hzz8275bh8275dhz2dh2a8h668h839h8e2h8e3h944hd25hbe9k) X-Forefront-Antispam-Report: CIP:59.163.77.45;KIP:(null);UIP:(null);IPV:NLI;H:Outbound.kpitcummins.com;RD:59.163.77.45.static.vsnl.net.in;EFVD:NLI Received: from mail142-va3 (localhost.localdomain [127.0.0.1]) by mail142-va3 (MessageSwitch) id 133293174117721_3403; Wed, 28 Mar 2012 10:49:01 +0000 (UTC) Received: from VA3EHSMHS036.bigfish.com (unknown [10.7.14.250]) by mail142-va3.bigfish.com (Postfix) with ESMTP id E8BA04600A3; Wed, 28 Mar 2012 10:49:00 +0000 (UTC) Received: from Outbound.kpitcummins.com (59.163.77.45) by VA3EHSMHS036.bigfish.com (10.7.99.46) with Microsoft SMTP Server (TLS) id 14.1.225.23; Wed, 28 Mar 2012 10:48:58 +0000 Received: from KCHJEXMB01.kpit.com ([169.254.1.168]) by KCHJEXHC01.kpit.com ([172.10.15.73]) with mapi id 14.01.0289.001; Wed, 28 Mar 2012 16:19:03 +0530 From: Rathish C To: Kevin Buettner CC: "gdb-patches@sourceware.org" , Gina Verlekar Subject: RE: [PATCH, V850] Add support for V850E2 and V850E2V3 Date: Wed, 28 Mar 2012 10:49:00 -0000 Message-ID: <07BECC9847B7B043A8CE7E1ABB34ADC92BCD0F43@KCHJEXMB01.kpit.com> References: <371569CBCFB2E745B891DBB88B2DFDDD19EB739BED@KCINPUNHJCMS01.kpit.com> <20120322132554.47c11c4a@mesquite.lan> In-Reply-To: <20120322132554.47c11c4a@mesquite.lan> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: kpitcummins.com Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00937.txt.bz2 Hi Kevin, Thanks for the approval. I don't have the log-in rights to commit the patch. If possible, can you please commit the patch. Or else please let me know the procedure to commit the patch. Thanks & Regards, Rathish C > -----Original Message----- > From: Kevin Buettner [mailto:kevinb@redhat.com] > Sent: Friday, March 23, 2012 1:56 AM > To: Rathish C > Cc: gdb-patches@sourceware.org; Gina Verlekar > Subject: Re: [PATCH, V850] Add support for V850E2 and V850E2V3 >=20=20 > Hi Rathish, >=20=20 > I just noticed that the patch associated with the ChangeLog entry > below > hasn't been committed yet. Please note that I approved your work in > this message: >=20=20 > http://sourceware.org/ml/gdb-patches/2011-01/msg00354.html >=20=20 > If you were awaiting approval of your new ChangeLog entry, then that > is approved too. >=20=20 > Kevin >=20=20 > On Wed, 19 Jan 2011 11:39:47 +0530 > Rathish C wrote: >=20=20 > > > > Hi Kevin, > > > > Thank you for approving the patch. > > I have updated the ChangeLog entry as per your comments. > > > > Please find the updated patch "v850-gdb-v850e2-v850e2v3- > support.patch". > > > > 2011-01-19 Rathish.C > > > > * gdb/v850-tdep.c: Add the enum values for mpu and fpu > registers. > > (v850_register_name): Add the mpu and fpu register names. > > (v850e_register_name): Add the mpu and fpu register names. > > (v850e2_register_name): New function. > > (v850_gdbarch_init): Add case for bfd_mach_v850e2 and > > bfd_mach_v850e2v3. > > * sim/common/sim-trace.c: Update the function prototype of > > save_data_size. > > Move the enum data_fmt from here... > > * sim/common/sim-trace.h: to here. > > Add function prototype of save_data. > > * sim/v850/sim-main.h: Update the struct _v850_regs to include > > mpu and fpu system registers. > > Define the macros to access the mpu and fpu system registers. > > (SEXT3): Define. > > (TRACE_FP_INPUT_FPU1, TRACE_FP_INPUT_FPU2, > > TRACE_FP_INPUT_FPU3): Define. > > (TRACE_FP_INPUT_BOOL1_FPU2): Define. > > (TRACE_FP_INPUT_WORD2): Define. > > (TRACE_FP_RESULT_WORD1, TRACE_FP_RESULT_WORD2): Define. > > * sim/v850/simops.c: Update the function prototype of Add32. > > (update_fpsr): New function. > > (SignalException): New function. > > (SignalExceptionFPE): New function. > > (check_invalid_snan): New function. > > (v850_float_compare): New function. > > (v850_div): New function. > > (v850_divu): New function. > > (v850_sar): New function. > > (v850_shl): New function. > > (v850_shr): New function. > > (v850_satadd): New function. > > (v850_satsub): New function. > > (load_data_mem): New function. > > (store_data_mem): New function. > > (mpu_load_mem_test): New function. > > (mpu_store_mem_test): New function. > > * sim/v850/simops.h: Add function prototype for above > > mentioned functions. > > (check_cvt_fi, check_cvt_if, check_cvt_ff): Define. > > * sim/v850/v850-dc: Add entry for v850e2 and v850e2v3. > > * sim/v850/v850.igen: Add support for v850e2 and v850e2v3. > > > > Thanks & Regards, > > Rathish.C > > > >