From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id D85FC3857815; Fri, 15 Oct 2021 08:24:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D85FC3857815 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 587564f3f1c48c90b07288ff68f383c4fbece348 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e1fb6157ee91f0dd04ec2b8d9f9d06df70860557 X-Git-Newrev: 587564f3f1c48c90b07288ff68f383c4fbece348 Message-Id: <20211015082414.D85FC3857815@sourceware.org> Date: Fri, 15 Oct 2021 08:24:14 +0000 (GMT) From: Richard Biener X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 08:24:15 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 587564f3f1c48c90b07288ff68f383c4fbece348 (commit) from e1fb6157ee91f0dd04ec2b8d9f9d06df70860557 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 587564f3f1c48c90b07288ff68f383c4fbece348 Author: Richard Biener Date: Fri Sep 10 09:26:22 2021 +0200 Add note that STABS is deprecated This amends the caveats section of the GCC 12 release notes according to the STABS deprecation. diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index f38fd2be..5be15700 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -62,6 +62,12 @@ a work-in-progress.

m68k*-*-openbsd* and vax-*-openbsd* configurations has been removed. +
  • + STABS: + Support for emitting the STABS debugging format is deprecated and will + be removed in the next release. All ports now default to emit DWARF + (version 2 or later) debugging info or are obsoleted. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs