diff mbox series

[wwwdocs] gcc-13: Mention new gcov feature

Message ID 20230426061026.116232-1-sebastian.huber@embedded-brains.de
State New
Headers show
Series [wwwdocs] gcc-13: Mention new gcov feature | expand

Commit Message

Sebastian Huber April 26, 2023, 6:10 a.m. UTC
---
 htdocs/gcc-13/changes.html | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Sebastian Huber May 4, 2023, 3:20 p.m. UTC | #1
On 26.04.23 08:10, Sebastian Huber wrote:
> ---
>   htdocs/gcc-13/changes.html | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index 4515a6af..bae65219 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -154,6 +154,11 @@ a work-in-progress.</p>
>       </ul>
>       where the <code>json</code>-prefixed variants refer to GCC's own JSON diagnostic format.
>     </li>
> +  <li>
> +    Support for profiling and test coverage in freestanding environments has
> +    been added, see also
> +    <a href="https://gcc.gnu.org/onlinedocs/gcc/Freestanding-Environments.html">Profiling and Test Coverage in Freestanding Environments</a>.
> +  </li>
>   </ul>

Yes, no, maybe?
Richard Biener May 5, 2023, 6:09 a.m. UTC | #2
On Thu, May 4, 2023 at 5:21 PM Sebastian Huber
<sebastian.huber@embedded-brains.de> wrote:
>
> On 26.04.23 08:10, Sebastian Huber wrote:
> > ---
> >   htdocs/gcc-13/changes.html | 5 +++++
> >   1 file changed, 5 insertions(+)
> >
> > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> > index 4515a6af..bae65219 100644
> > --- a/htdocs/gcc-13/changes.html
> > +++ b/htdocs/gcc-13/changes.html
> > @@ -154,6 +154,11 @@ a work-in-progress.</p>
> >       </ul>
> >       where the <code>json</code>-prefixed variants refer to GCC's own JSON diagnostic format.
> >     </li>
> > +  <li>
> > +    Support for profiling and test coverage in freestanding environments has
> > +    been added, see also
> > +    <a href="https://gcc.gnu.org/onlinedocs/gcc/Freestanding-Environments.html">Profiling and Test Coverage in Freestanding Environments</a>.
> > +  </li>
> >   </ul>
>
> Yes, no, maybe?

OK.

Thanks,
Richard.

> --
> embedded brains GmbH
> Herr Sebastian HUBER
> Dornierstr. 4
> 82178 Puchheim
> Germany
> email: sebastian.huber@embedded-brains.de
> phone: +49-89-18 94 741 - 16
> fax:   +49-89-18 94 741 - 08
>
> Registergericht: Amtsgericht München
> Registernummer: HRB 157899
> Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
> Unsere Datenschutzerklärung finden Sie hier:
> https://embedded-brains.de/datenschutzerklaerung/
diff mbox series

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 4515a6af..bae65219 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -154,6 +154,11 @@  a work-in-progress.</p>
     </ul>
     where the <code>json</code>-prefixed variants refer to GCC's own JSON diagnostic format.
   </li>
+  <li>
+    Support for profiling and test coverage in freestanding environments has
+    been added, see also
+    <a href="https://gcc.gnu.org/onlinedocs/gcc/Freestanding-Environments.html">Profiling and Test Coverage in Freestanding Environments</a>.
+  </li>
 </ul>