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 to web pages for Ada


This patch makes some miscellaneous updates to the web pages to account
for inclusion of the Ada compiler: links are moved from frontends.html to
readings.html, index.html mentions Ada in the list of languages at the top
and gnats.html mentions the new GNATS category.  OK to commit?

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.5
diff -u -r1.5 frontends.html
--- frontends.html	2001/03/05 07:27:32	1.5
+++ frontends.html	2001/10/05 11:34:32
@@ -22,16 +22,10 @@
 and readings</a>.  The source files <code>tree.h</code> and
 <code>tree.def</code> are the key ones to be familiar with.</p>
 
-<p>Some of these front-ends are very much works in progress; others,
-such as GNAT, are very mature.</p>
+<p>Some of these front-ends are very much works in progress; others
+are very mature.</p>
 
 <ul>
-
-<li>The GNU Ada Translator (GNAT): <a href="http://www.gnat.com/";>Ada
-Core Technologies</a>, <a
-href="ftp://ftp.cs.nyu.edu/pub/gnat/";>sources and binaries</a>, <a
-href="http://www.gnuada.org/alt.html";>Ada for Linux Team</a>.  This
-front-end is written in Ada.</li>
 
 <li><a href="http://agnes.dida.physik.uni-essen.de/~gnu-pascal/";>GNU
 Pascal Compiler</a> (GPC).</li>
Index: gnats.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gnats.html,v
retrieving revision 1.14
diff -u -r1.14 gnats.html
--- gnats.html	2001/08/10 11:36:27	1.14
+++ gnats.html	2001/10/05 11:34:32
@@ -74,6 +74,8 @@
 <dd>This indicates the GCC subproject which is affected by the problem.
     Currently, it can be one of
   <dl>
+  <dt>ada</dt>
+  <dd>A problem with the Ada compiler, libraries or tools.</dd>
   <dt>bootstrap</dt>
   <dd>GCC fails to bootstrap. This should be filed <em>only</em> if a
   bootstrap failure prevails for an extended period of time (at least
Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.275
diff -u -r1.275 index.html
--- index.html	2001/10/03 14:36:45	1.275
+++ index.html	2001/10/05 11:34:32
@@ -119,7 +119,7 @@
 a new <a href="gccmission.html">mission statement</a>.
 
 <p>Currently GCC contains front-ends for C, C++, Objective C, Chill,
-Fortran, and <a href="java/">Java</A>
+Fortran, <a href="java/">Java</A>, and Ada
 as well as libraries for these languages (<a href="libstdc++/">libstdc++</a>,
 libgcj,...).
 </p>
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.61
diff -u -r1.61 readings.html
--- readings.html	2001/10/02 12:25:44	1.61
+++ readings.html	2001/10/05 11:34:32
@@ -377,6 +377,17 @@
 
 
 
+<h3>Ada information</h3>
+
+<ul>
+  <li><a href="http://www.gnat.com/";>Ada Core Technologies</a></li>
+  <li><a href="ftp://ftp.cs.nyu.edu/pub/gnat/";>GNAT sources and
+  binaries</a></li>
+  <li><a href="http://www.gnuada.org/alt.html";>Ada for GNU/Linux Team</a></li>
+</ul>
+
+
+
 <h3>Modula 3 information</h3>
 
 <ul>

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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