From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1666) id D8C4E38708CA; Wed, 29 Jul 2020 13:41:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8C4E38708CA To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dc78a1aaaeab65cb59d078b565b470c8dcc515d0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 24cfad160b8ea25326e02f36f41e6d38dbd09073 X-Git-Newrev: dc78a1aaaeab65cb59d078b565b470c8dcc515d0 Message-Id: <20200729134119.D8C4E38708CA@sourceware.org> Date: Wed, 29 Jul 2020 13:41:19 +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: Wed, 29 Jul 2020 13:41:20 -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 dc78a1aaaeab65cb59d078b565b470c8dcc515d0 (commit) from 24cfad160b8ea25326e02f36f41e6d38dbd09073 (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 dc78a1aaaeab65cb59d078b565b470c8dcc515d0 Author: Richard Biener Date: Wed Jul 29 15:39:42 2020 +0200 Document -gsplit-dwarf behavioral change This mentions that -gsplit-dwarf now requires -g to enable debug info generation. * gcc-11/changes.html: Mention -gsplit-dwarf behavioral change. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index d3fb9882..96955345 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -43,6 +43,9 @@ a work-in-progress.

See the patch, particularly its textual description, for more details about the changes. + +
  • -gsplit-dwarf no longer enables debug info generation + on its own but requires a separate -g for this.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs