From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 6A36C3857C5B; Wed, 14 Feb 2024 00:30:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A36C3857C5B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707870643; bh=6mgeBpexHwXCZ/H8bxW35RlnWrU+bdzhF5gXbMqy+bc=; h=To:Subject:Date:From:From; b=LBS4bFD6NTqxKDYTCwMSTZXEDYtBcDK1SLp17CrttjMrgWwISfVNIqwYZ/lQdKIhO xzZU+PzsUbTqsusMUBp1K1phsQeS6l34xoDs61bSapXQot26ag3Thc7dYTD5BerYlo 9PbCtk7IqLZj+ZWk8556b4uL7lkAO7REODsu7MiM= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0d342ea1855ae767f85c7b9dad6e5d9148a7833a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: b167175442edcd30e2944ae6a88b4391bf7c86fd X-Git-Newrev: 0d342ea1855ae767f85c7b9dad6e5d9148a7833a Message-Id: <20240214003043.6A36C3857C5B@sourceware.org> Date: Wed, 14 Feb 2024 00:30:43 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 0d342ea1855ae767f85c7b9dad6e5d9148a7833a (commit) from b167175442edcd30e2944ae6a88b4391bf7c86fd (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 0d342ea1855ae767f85c7b9dad6e5d9148a7833a Author: Gerald Pfeifer Date: Wed Feb 14 01:30:13 2024 +0100 gcc-14: Fix markup in avr section. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index cd5f5157..6ac7c8b1 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -390,7 +390,7 @@ a work-in-progress.

can be used:
 __asm (".global __flmap_lock"  "\n\t"
        "__flmap_lock = 1");
-
  • When you do not want the code from #931, then define global +
  • When you do not want the code from #931, then define global symbol __do_flmap_init and the linker will no more drag that code from libmcu.a.
  • In order to return to the old placement of read-only data in RAM, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs