From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id EC4F43858D35; Sun, 11 Feb 2024 20:48:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EC4F43858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707684499; bh=EBcVlVPpd37cBSatMCR6Lj3oGI5oPYn1BbA/bFUQk2c=; h=To:Subject:Date:From:From; b=HCnAxOnToYZWb0qWQso06f9J95Y4ZAzOPsVeRjPAIFsjzTkEt/SlV2wNwx5JONxNh TgPWwbUti9j6iCPmQ9FlY17fNPcIuXblFUVM2TGi1GKomf5zJfXfvE+triJv+J1sCQ tCL2REzwdMOSKAlee7PI/sqZJiZjCpLphTKTdbuA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 X-Git-Newrev: 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 Message-Id: <20240211204819.EC4F43858D35@sourceware.org> Date: Sun, 11 Feb 2024 20:48:19 +0000 (GMT) From: Georg-Johann Lay 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 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 (commit) from e5f9b13eaca1baf31abcbdc9422a7ac23cf16155 (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 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 Author: Georg-Johann Lay Date: Sun Feb 11 21:47:21 2024 +0100 gcc-14: Fix a typo in the AVR section. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6be7457b..a2ad685b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -375,7 +375,7 @@ a work-in-progress.

must be initialized accordingly by hand, or a version of AVR-LibC that implements #931 - must be used. The latter initializes NVMCTRL_CTRLB.FLMAP + can be used. The latter initializes NVMCTRL_CTRLB.FLMAP in the startup code and according to the value of __flmap resp. __RODATA_FLASH_START__. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs