public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][www] Add note that STABS is deprecated
@ 2021-09-10  7:28 Richard Biener
  2021-09-10  7:34 ` Jakub Jelinek
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Biener @ 2021-09-10  7:28 UTC (permalink / raw)
  To: gcc-patches

This amends the caveats section of the GCC 12 release notes according
to the STABS deprecation.

I'll wait with pushing to the point it reflects the state on trunk
rather than projecting what will be the state for GCC 12.

---
 htdocs/gcc-12/changes.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 946faa49..c4a59c3b 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -47,6 +47,12 @@ a work-in-progress.</p>
     which still supports <code>-std=f95</code> and is recommended to be used
     instead in general.
   </li>
+  <li>
+    <strong>STABS:</strong>
+    Support for emitting the STABS debugging format is deprecated and will
+    be removed in the next release.  All ports now default to emit DWARF2
+    debugging info.
+  </li>
 </ul>
 
 
-- 
2.31.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][www] Add note that STABS is deprecated
  2021-09-10  7:28 [PATCH][www] Add note that STABS is deprecated Richard Biener
@ 2021-09-10  7:34 ` Jakub Jelinek
  2021-09-10  7:36   ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Jelinek @ 2021-09-10  7:34 UTC (permalink / raw)
  To: Richard Biener; +Cc: gcc-patches

On Fri, Sep 10, 2021 at 09:28:16AM +0200, Richard Biener via Gcc-patches wrote:
> This amends the caveats section of the GCC 12 release notes according
> to the STABS deprecation.
> 
> I'll wait with pushing to the point it reflects the state on trunk
> rather than projecting what will be the state for GCC 12.

Most of the ports actually default to emit DWARF5, some DWARF4, some DWARF2,
so perhaps better would be to emit DWARF (version 2 or later) debugging info?

> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> index 946faa49..c4a59c3b 100644
> --- a/htdocs/gcc-12/changes.html
> +++ b/htdocs/gcc-12/changes.html
> @@ -47,6 +47,12 @@ a work-in-progress.</p>
>      which still supports <code>-std=f95</code> and is recommended to be used
>      instead in general.
>    </li>
> +  <li>
> +    <strong>STABS:</strong>
> +    Support for emitting the STABS debugging format is deprecated and will
> +    be removed in the next release.  All ports now default to emit DWARF2
> +    debugging info.
> +  </li>
>  </ul>
>  
>  
> -- 
> 2.31.1

	Jakub


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH][www] Add note that STABS is deprecated
  2021-09-10  7:34 ` Jakub Jelinek
@ 2021-09-10  7:36   ` Richard Biener
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Biener @ 2021-09-10  7:36 UTC (permalink / raw)
  To: Jakub Jelinek; +Cc: gcc-patches

On Fri, 10 Sep 2021, Jakub Jelinek wrote:

> On Fri, Sep 10, 2021 at 09:28:16AM +0200, Richard Biener via Gcc-patches wrote:
> > This amends the caveats section of the GCC 12 release notes according
> > to the STABS deprecation.
> > 
> > I'll wait with pushing to the point it reflects the state on trunk
> > rather than projecting what will be the state for GCC 12.
> 
> Most of the ports actually default to emit DWARF5, some DWARF4, some DWARF2,
> so perhaps better would be to emit DWARF (version 2 or later) debugging info?

True, I adjusted the change accordingly.

Thanks,
Richard.

> > diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> > index 946faa49..c4a59c3b 100644
> > --- a/htdocs/gcc-12/changes.html
> > +++ b/htdocs/gcc-12/changes.html
> > @@ -47,6 +47,12 @@ a work-in-progress.</p>
> >      which still supports <code>-std=f95</code> and is recommended to be used
> >      instead in general.
> >    </li>
> > +  <li>
> > +    <strong>STABS:</strong>
> > +    Support for emitting the STABS debugging format is deprecated and will
> > +    be removed in the next release.  All ports now default to emit DWARF2
> > +    debugging info.
> > +  </li>
> >  </ul>
> >  
> >  
> > -- 
> > 2.31.1
> 
> 	Jakub
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-10  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  7:28 [PATCH][www] Add note that STABS is deprecated Richard Biener
2021-09-10  7:34 ` Jakub Jelinek
2021-09-10  7:36   ` Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).