OK, thanks. > Hi all, > > a bit belated but just like last year, I've made a patch for the Ada > entry in the changelog. You can find the patch attached to this email. > > If I have forgotten anything relevant or if I have done something > incorrectly, please, say so. > > Best regards, > Fernando Oleo Blanco
> From d273bb1835c1ef23e15d422bed22ca5d333cbdae Mon Sep 17 00:00:00 2001 > From: Fernando Oleo Blanco <irv...@protonmail.com> > Date: Sun, 26 Mar 2023 14:20:36 +0200 > Subject: [PATCH 1/1] [PATCH] Add Ada's entry in the v13 changelog > > Signed-off-by: Fernando Oleo Blanco <irv...@protonmail.com> > --- > htdocs/gcc-13/changes.html | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > index ff70d2ee..2e25bcf5 100644 > --- a/htdocs/gcc-13/changes.html > +++ b/htdocs/gcc-13/changes.html > @@ -160,7 +160,16 @@ a work-in-progress.</p> > <!-- .................................................................. --> > <h2 id="languages">New Languages and Language specific improvements</h2> > > -<!-- <h3 id="ada">Ada</h3> --> > +<h3 id="ada">Ada</h3> > +<ul> > + <li>Traceback support added in RTEMS for the PPC ELF and ARM > architectures.</li> > + <li>Support for versions older than VxWorks 7 has been removed.</li> > + <li>General improvements to the contracts in the standard libraries.</li> > + <li>Addition of <code>GNAT.Binary_Search</code>.</li> > + <li>Further additions and fixes for the Ada 2022 specification.</li> > + <li>The Pragma <code>SPARK_Mode=>Auto</code> is now accepted. Contract > analysis has been further improved.</li> > + <li>Documentation improvements.</li> > +</ul> > > <h3 id="c-family">C family</h3> > <ul> > -- > 2.40.0 >