From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 8AC653858D3C; Fri, 11 Mar 2022 19:44:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8AC653858D3C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ac8cab1a9cd6fc200b0c1b624ac35df2239a910f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 17fded72af297e476b63fb51e6a53cdd4efa3c30 X-Git-Newrev: ac8cab1a9cd6fc200b0c1b624ac35df2239a910f Message-Id: <20220311194446.8AC653858D3C@sourceware.org> Date: Fri, 11 Mar 2022 19:44:46 +0000 (GMT) From: "H.J. Lu" 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, 11 Mar 2022 19:44:46 -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 ac8cab1a9cd6fc200b0c1b624ac35df2239a910f (commit) from 17fded72af297e476b63fb51e6a53cdd4efa3c30 (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 ac8cab1a9cd6fc200b0c1b624ac35df2239a910f Author: H.J. Lu Date: Sat Feb 12 06:38:22 2022 -0800 gcc-12: Mention -mno-direct-extern-access diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index a3e46eeb..9cff81b9 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -454,6 +454,10 @@ a work-in-progress.

  • Add CS prefix to call and jmp to indirect thunk with branch target in r8-r15 registers via -mindirect-branch-cs-prefix.
  • +
  • Always use global offset table (GOT) to access external data and + function symbols when the new -mno-direct-extern-access + command-line option is specified. +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs