From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 865323857C5B; Wed, 14 Feb 2024 00:37:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 865323857C5B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707871076; bh=CWimnN7NigSdRAvcQyeMD2jCOR5t8B+bE/ljGQGcZ8U=; h=To:Subject:Date:From:From; b=cfPzsTCwuLyMMZaLhw+E4cowNZrH3+GekfByxPTi87xvnJj9C4wbGwv5oD+fgIYvU DDvVpqbDMsCFzA8U2LRvrSkg7uP0blh4jYLLu9QyIxKKurk30WnXAzoVMv6/JAwaYN g8lusaD6FSFbTDQiZ1YPegHJKCoThAizXXTYlxns= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b950936b1f8fc71eba7d7c6a220ab1b7cabc5ed3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0d342ea1855ae767f85c7b9dad6e5d9148a7833a X-Git-Newrev: b950936b1f8fc71eba7d7c6a220ab1b7cabc5ed3 Message-Id: <20240214003756.865323857C5B@sourceware.org> Date: Wed, 14 Feb 2024 00:37:56 +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 b950936b1f8fc71eba7d7c6a220ab1b7cabc5ed3 (commit) from 0d342ea1855ae767f85c7b9dad6e5d9148a7833a (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 b950936b1f8fc71eba7d7c6a220ab1b7cabc5ed3 Author: Gerald Pfeifer Date: Wed Feb 14 01:37:25 2024 +0100 gcc-14: Fix typo in AVR section diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6ac7c8b1..92bd0a7b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -370,7 +370,7 @@ a work-in-progress.

precedence over __flmap. For example, linking with -Wl,--defsym,__RODATA_FLASH_START__=32k - choses the second 32 KiB block. + chooses the second 32 KiB block.
  • The default uses the last 32 KiB block, which is also the hardware default for bit-field NVMCTRL_CTRLB.FLMAP.
  • When a non-default block is used, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs