This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: index.html, AVR port announcement


This adds an announcement for the AVR port to our main page.

(Denis, I didn't include the full list of processor models, is it's
really quite long. ;-) )

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.188
diff -c -3 -p -r1.188 index.html
*** index.html	2000/03/09 17:36:17	1.188
--- index.html	2000/03/13 00:46:28
***************
*** 37,42 ****
--- 37,45 ----
  <H2>Bugs</H2>
  <P>
  <A HREF="faq.html#bugreport">Reporting...</A><BR>
+ <!--
+ <A HREF="http://gcc.gnu.org/cgi-bin/gnatsweb.pl">GNATS</A><BR>
+ -->
  <A HREF="bugs.html">Known bugs</A>
  </P>
  <H2>Download</H2>
*************** maintain and improve quality.
*** 103,108 ****
--- 106,119 ----
  <h2>News/Announcements</h2>
  
  <dl>
+ 
+ <dt><b>March 13, 2000</b></dt>
+ <dd>
+ Denis Chertykov contributed an AVR port.
+ AVR is a family of micro controllers made by Atmel with embedded FLASH
+ program memory and embedded RAM.  It is the first GCC port to an 8-bit
+ microprocessor with a 16-bit address bus.
+ </dd>
  
  <dt><b>March 2, 2000</b></dt>
  <dd>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]