This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Add Ada section to 4.0/changes.html
- From: Christian Joensson <christian dot joensson at gmail dot com>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: gcc-patches at gcc dot gnu dot org, Gerald Pfeifer <gerald at pfeifer dot com>, Arnaud Charlet <charlet at adacore dot com>, Robert Dewar <dewar at adacore dot com>
- Date: Sat, 16 Apr 2005 11:27:16 +0200
- Subject: Re: [wwwdocs] Add Ada section to 4.0/changes.html
- References: <1113639218.29924.241.camel@pc.site>
- Reply-to: Christian Joensson <christian dot joensson at gmail dot com>
On 4/16/05, Laurent GUERBY <laurent@guerby.net> wrote:
> Ok to commit?
>
> Laurent
>
> *** changes.html.~1.40.~ 2005-04-07 21:39:58.000000000 +0200
> --- changes.html 2005-04-16 10:09:33.487064453 +0200
> ***************
> *** 350,355 ****
> --- 350,369 ----
> </li>
> </ul>
>
> + <h3>Ada</h3>
> +
> + <ul>
> + <li>Ada (with tasking and Zero Cost Exceptions) is now available on many
> + more targets, including but not limited to: alpha-linux, hppa-hpux,
> + hppa-linux, powerpc-darwin, powerpc-linux, s390-linux, s390x-linux,
> + sparc-linux. Please remember to install first a working Ada
> + compiler then use <code>--enable-languages=ada</code> since
> + Ada is not activated by default.
> + </li>
> + <li>Some of the new Ada 2005 features are now implemented.</li>
> + <li>Many bugs have been fixed, tools and documentation improved.</li>
> + </ul>
> +
> <h2>New Targets and Target Specific Improvements</h2>
>
> <h3>H8/300</h3>
>
>
could, or even should, this be noted in the sourses of gcc also?
--
Cheers,
/ChJ