From: Rathish C <Rathish.C@kpitcummins.com>
To: Kevin Buettner <kevinb@redhat.com>
Cc: "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>,
Gina Verlekar <Gina.Verlekar@kpitcummins.com>
Subject: RE: [PATCH, V850] Add support for V850E2 and V850E2V3
Date: Wed, 28 Mar 2012 10:49:00 -0000 [thread overview]
Message-ID: <07BECC9847B7B043A8CE7E1ABB34ADC92BCD0F43@KCHJEXMB01.kpit.com> (raw)
In-Reply-To: <20120322132554.47c11c4a@mesquite.lan>
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
>
> Hi Rathish,
>
> 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:
>
> http://sourceware.org/ml/gdb-patches/2011-01/msg00354.html
>
> If you were awaiting approval of your new ChangeLog entry, then that
> is approved too.
>
> Kevin
>
> On Wed, 19 Jan 2011 11:39:47 +0530
> Rathish C <Rathish.C@kpitcummins.com> wrote:
>
> >
> > 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 <rathish.c@kpitcummins.com>
> >
> > * 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
> >
> >
next prev parent reply other threads:[~2012-03-28 10:49 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-19 14:59 Rathish C
2012-03-22 20:26 ` Kevin Buettner
2012-03-28 10:49 ` Rathish C [this message]
2012-03-28 12:01 ` Kevin Buettner
2012-03-28 14:45 ` Joel Brobecker
2012-03-29 1:07 ` Kevin Buettner
2012-03-29 1:06 ` Kevin Buettner
-- strict thread matches above, loose matches on Subject: below --
2011-01-12 13:25 Rathish C
2011-01-15 7:39 ` Kevin Buettner
2010-12-10 14:49 Rathish C
2010-12-13 16:47 ` Kevin Buettner
2010-09-21 19:55 Rathish C
2010-09-21 22:49 ` Kevin Buettner
2010-09-21 22:49 ` Kevin Buettner
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=07BECC9847B7B043A8CE7E1ABB34ADC92BCD0F43@KCHJEXMB01.kpit.com \
--to=rathish.c@kpitcummins.com \
--cc=Gina.Verlekar@kpitcummins.com \
--cc=gdb-patches@sourceware.org \
--cc=kevinb@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