public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: [PATCH, wwwdocs] Add AVR device changes
@ 2008-06-19 17:45 Anatoly Sokolov
  2008-06-19 18:46 ` Weddington, Eric
  0 siblings, 1 reply; 3+ messages in thread
From: Anatoly Sokolov @ 2008-06-19 17:45 UTC (permalink / raw)
  To: eweddington, gerald; +Cc: gcc-patches, hutchinsonandy, aesok

Hi.

Eric Weddington wrote:
>> 
>> I suggest to also add a note to gcc-4.4/changes.html.  This is
>> clearly a minor change, but (hopefully) relevant to users.
>> 
>
>Patch attached.
>

Committed as:

Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.14
diff -u -r1.14 changes.html
--- htdocs/gcc-4.4/changes.html 18 Jun 2008 19:38:28 -0000      1.14
+++ htdocs/gcc-4.4/changes.html	19 Jun 2008 17:28:50 -0000
@@ -85,6 +85,20 @@
 
 <h2>New Targets and Target Specific Improvements</h2>
 
+<h3>AVR</h3>
+  <ul>
+    <li>Added support for these new AVR devices:
+      <ul>
+        <li>ATtiny13A</li>
+        <li>ATtiny167</li>
+        <li>ATmega32C1</li>
+        <li>ATmega32M1</li>
+        <li>ATmega32U4</li>
+      </ul>
+    </li>
+    <li>Removed support for the AVR device ATmega32HVB.</li>
+  </ul>
+
 <h3>IA-32/x86-64</h3>
   <ul>
     <li>Support for Intel AES built-in functions and code generation are


Anatoly.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH, wwwdocs] Add AVR device changes
  2008-06-19 17:45 [PATCH, wwwdocs] Add AVR device changes Anatoly Sokolov
@ 2008-06-19 18:46 ` Weddington, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Weddington, Eric @ 2008-06-19 18:46 UTC (permalink / raw)
  To: Anatoly Sokolov, gerald; +Cc: gcc-patches, hutchinsonandy

 

> -----Original Message-----
> From: Anatoly Sokolov [mailto:aesok@post.ru] 
> Sent: Thursday, June 19, 2008 11:45 AM
> To: Weddington, Eric; gerald@pfeifer.com
> Cc: gcc-patches@gcc.gnu.org; hutchinsonandy@aim.com; aesok@post.ru
> Subject: Re: [PATCH, wwwdocs] Add AVR device changes
> 
> Hi.
> 
> Eric Weddington wrote:
> >> 
> >> I suggest to also add a note to gcc-4.4/changes.html.  This is
> >> clearly a minor change, but (hopefully) relevant to users.
> >> 
> >
> >Patch attached.
> >
> 
> Committed as:
> 
> Index: htdocs/gcc-4.4/changes.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
> retrieving revision 1.14
> diff -u -r1.14 changes.html
> --- htdocs/gcc-4.4/changes.html 18 Jun 2008 19:38:28 -0000      1.14
> +++ htdocs/gcc-4.4/changes.html	19 Jun 2008 17:28:50 -0000
> @@ -85,6 +85,20 @@
>  
>  <h2>New Targets and Target Specific Improvements</h2>
>  
> +<h3>AVR</h3>
> +  <ul>
> +    <li>Added support for these new AVR devices:
> +      <ul>
> +        <li>ATtiny13A</li>

Again, I disagree with adding the ATtiny13A to this list.

Eric Weddington

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH, wwwdocs] Add AVR device changes
  2008-06-17  9:39 ` Gerald Pfeifer
@ 2008-06-17 22:02   ` Weddington, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Weddington, Eric @ 2008-06-17 22:02 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Anatoly Sokolov, Andy H

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

 

> -----Original Message-----
> From: Gerald Pfeifer [mailto:gerald@pfeifer.com] 
> Sent: Tuesday, June 17, 2008 3:11 AM
> To: Weddington, Eric
> Cc: gcc-patches@gcc.gnu.org; Anatoly Sokolov; Andy H
> Subject: Re: [PATCH, AVR] Add support for new AVR device ATmega32U4
> 
> On Mon, 16 Jun 2008, Weddington, Eric wrote:
> > This patch adds support for the new AVR device ATmega32U4.
> 
> I suggest to also add a note to gcc-4.4/changes.html.  This is
> clearly a minor change, but (hopefully) relevant to users.
> 

Patch attached.

Thanks,
Eric Weddington

[-- Attachment #2: avr-4.4-changes.patch --]
[-- Type: application/octet-stream, Size: 833 bytes --]

? htdocs/gcc-4
Index: htdocs/gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.13
diff -u -p -r1.13 changes.html
--- htdocs/gcc-4.4/changes.html	15 Jun 2008 17:53:26 -0000	1.13
+++ htdocs/gcc-4.4/changes.html	17 Jun 2008 21:39:33 -0000
@@ -85,6 +85,19 @@
 
 <h2>New Targets and Target Specific Improvements</h2>
 
+<h3>AVR</h3>
+  <ul>
+    <li>Added support for these new AVR devices:
+      <ul>
+        <li>ATmega32M1</li>
+        <li>ATmega32C1</li>
+        <li>ATmega32U4</li>
+        <li>ATtiny167</li>
+      </ul>
+    </li>
+    <li>Removed support for the AVR device ATmega32HVB.</li>
+  </ul>
+
 <h3>IA-32/x86-64</h3>
   <ul>
     <li>Support for Intel AES built-in functions and code generation are

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-06-19 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-19 17:45 [PATCH, wwwdocs] Add AVR device changes Anatoly Sokolov
2008-06-19 18:46 ` Weddington, Eric
  -- strict thread matches above, loose matches on Subject: below --
2008-06-16 22:40 [PATCH, AVR] Add support for new AVR device ATmega32U4 Weddington, Eric
2008-06-17  9:39 ` Gerald Pfeifer
2008-06-17 22:02   ` [PATCH, wwwdocs] Add AVR device changes Weddington, Eric

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).