[WWW] Updating GCC Links and Selected Readings

Hi, I've noticed that the Ada section of the following web page is
somewhat outdated:

  http://gcc.gnu.org/readings.html

For example, Ada Core Technologies is now named AdaCore, and there is
much more recent version of the book describing the internals of the
run-time by the same author (also describing the compiler internals).
I also propose adding the following list of links to the Ada
standandards and other useful documents for compiler writers.

Cheers,

--- readings.html.orig  2008-07-15 18:11:53.000000000 +0200
+++ readings.html.new   2008-07-15 18:45:43.000000000 +0200
@@ -545,11 +545,65 @@
 <h3>Ada information</h3>

 <ul>
-  <li><a href="http://www.adacore.com/home/">Ada Core Technologies</a></li>
-  <li><a href="http://www.iuma.ulpgc.es/users/jmiranda/">A Detailed
-  Description of the GNU Ada Run Time</a></li>
-  <li><a href="ftp://ftp.cs.nyu.edu/pub/gnat/">GNAT sources and
-  binaries</a></li>
+
+  <li>Ada standards information:</li>
+
+  <ul>
+    <li><a href="http://www.open-std.org/jtc1/sc22/wg9/">WG9 (Ada
+    standards committee):</a></li>
(Continue reading)

Gerald Pfeifer | 20 Jul 10:03

Re: [WWW] Updating GCC Links and Selected Readings

Thanks for taking the time to update this, Santiago!

Let me ask our Ada maintainers to have a look as well, since this is not
exactly my area of expertise.  Geert/Robert/Arnaud, I'll be happy to apply
that patch and make some tweaks based on your review.

Gerald

On Tue, 15 Jul 2008, Santiago Urueña Pascual wrote:
> Hi, I've noticed that the Ada section of the following web page is
> somewhat outdated:
> 
>   http://gcc.gnu.org/readings.html
> 
> For example, Ada Core Technologies is now named AdaCore, and there is
> much more recent version of the book describing the internals of the
> run-time by the same author (also describing the compiler internals).
> I also propose adding the following list of links to the Ada
> standandards and other useful documents for compiler writers.
> 
> Cheers,
> 
> 
> --- readings.html.orig  2008-07-15 18:11:53.000000000 +0200
> +++ readings.html.new   2008-07-15 18:45:43.000000000 +0200
> @@ -545,11 +545,65 @@
>  <h3>Ada information</h3>
> 
>  <ul>
> -  <li><a href="http://www.adacore.com/home/">Ada Core Technologies</a></li>
(Continue reading)

Arnaud Charlet | 20 Jul 10:09

Re: [WWW] Updating GCC Links and Selected Readings

> Thanks for taking the time to update this, Santiago!
> 
> Let me ask our Ada maintainers to have a look as well, since this is not
> exactly my area of expertise.  Geert/Robert/Arnaud, I'll be happy to apply
> that patch and make some tweaks based on your review.

Yes, the suggested changes are good.

Arno

Gerald Pfeifer | 21 Jul 20:45

Re: [WWW] Updating GCC Links and Selected Readings

On Sun, 20 Jul 2008, Arnaud Charlet wrote:
> Yes, the suggested changes are good.

Thanks for the review, Arnaud, and thanks again for the patch, Santiago!

I committed this with minor formatting changes and fixed some markup 
issues directly afterwards.

Gerald


Gmane