public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Jayant R. Sonar" <Jayant.Sonar@kpitcummins.com>
To: Gerald Pfeifer <gerald@pfeifer.com>
Cc: Richard Henderson <rth@redhat.com>,
	"gcc-patches@gcc.gnu.org"	<gcc-patches@gcc.gnu.org>,
	Joseph Myers <joseph@codesourcery.com>,
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Subject: RE: [Ping] RE: CR16 Port addition
Date: Mon, 20 Feb 2012 15:11:00 -0000	[thread overview]
Message-ID: <C013F7BFDC93F047B111833D343777BD200FDD20@KCHJEXMB01.kpit.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1202191341050.5509@gerinyyl.fvgr>

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

Hello Gerald,

Thank you for reviewing the earlier patch.

PFA, the patch modified as per your suggestion.

I have also attached here another patch for contrib.texi file changes.
Please let me know if any modifications are required in it.

Thanks and Regards,
Jayant Sonar
[KPIT Cummins, Pune]


[-- Attachment #2: cr16-htdocs3.diff --]
[-- Type: application/octet-stream, Size: 1515 bytes --]

Index: htdocs/backends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/backends.html,v
retrieving revision 1.44
diff -r1.44 backends.html
74a75
> cr16     |    L  F C         g      s
Index: htdocs/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.834
diff -r1.834 index.html
55a56,60
> <dt><span>CR16 processor support</span>
>     <span class="date">[2012-02-02]</span></dt>
> <dd>A port for National Semiconductor's CR16 processor has been contributed by
> Sumanth Gundapaneni and Jayant Sonar of KPIT Cummins.</dd>
> 
Index: htdocs/readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.217
diff -r1.217 readings.html
109a110,116
>  <li>CR16
>    <br />Manufacturer: National Semiconductor
>    <br />Acronym stands for:  CompactRISC 16-bit 
>    <br /><a href="http://www.national.com/en/compactrisc/core_arch.html">CompactRISC CR16CP Architecture</a>
>    <br />GDB includes a simulator
>  </li>
> 
Index: htdocs/gcc-4.7/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.87
diff -r1.87 changes.html
651a652,657
> <h3>CR16</h3>
>   <ul>
>     <li>Support has been added for National Semiconductor's CR16
>       architecture.</li>
>   </ul>
> 

[-- Attachment #3: cr16-contrib.patch --]
[-- Type: application/octet-stream, Size: 368 bytes --]

Index: contrib.texi
===================================================================
--- contrib.texi	(revision 184386)
+++ contrib.texi	(working copy)
@@ -344,6 +344,9 @@
 Intel 386 and 860 support.
 
 @item
+Sumanth Gundapaneni and Jayant Sonar for contributing CR16 port.
+
+@item
 Mostafa Hagog for Swing Modulo Scheduling (SMS) and post reload GCSE@.
 
 @item

  reply	other threads:[~2012-02-20 13:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-04 13:39 Jayant R. Sonar
2011-11-04 16:53 ` Richard Henderson
2011-11-04 20:34 ` Joseph S. Myers
2011-11-28 16:35   ` Jayant R. Sonar
2011-11-28 18:13     ` Joseph S. Myers
2011-11-29 13:44       ` Jayant R. Sonar
2011-11-29 13:54         ` Rainer Orth
2011-11-30 10:50           ` Jayant R. Sonar
2011-12-09 12:47           ` Jayant R. Sonar
2011-12-16 14:07           ` Jayant R. Sonar
2011-12-30  8:32           ` Jayant R. Sonar
2012-01-10 12:55           ` Jayant R. Sonar
2012-01-10 16:03             ` Joseph S. Myers
2012-01-10 23:05             ` Richard Henderson
2012-01-11 12:52               ` Jayant R. Sonar
2012-01-11 20:02                 ` Richard Henderson
2012-01-11 20:49                   ` Hans-Peter Nilsson
2012-01-11 22:10                     ` Joseph S. Myers
2012-01-11 23:23                       ` Hans-Peter Nilsson
2012-01-12 11:07                         ` Jayant R. Sonar
2012-02-03  4:11                   ` Jayant R. Sonar
2012-02-13  6:57                     ` Gerald Pfeifer
2012-02-14  7:13                       ` Jayant R. Sonar
2012-02-19 16:46                         ` Gerald Pfeifer
2012-02-20 15:11                           ` Jayant R. Sonar [this message]
2012-02-23 12:33                             ` Gerald Pfeifer
  -- strict thread matches above, loose matches on Subject: below --
2011-10-21 15:28 Jayant R. Sonar
2011-10-04  9:33 Jayant R. Sonar
2011-10-04 16:06 ` Joseph S. Myers
2011-10-04 23:13 ` Richard Henderson

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=C013F7BFDC93F047B111833D343777BD200FDD20@KCHJEXMB01.kpit.com \
    --to=jayant.sonar@kpitcummins.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=gerald@pfeifer.com \
    --cc=joseph@codesourcery.com \
    --cc=ro@CeBiTec.Uni-Bielefeld.DE \
    --cc=rth@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).