From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id 1963D385C6DD; Wed, 14 Feb 2024 10:05:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1963D385C6DD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707905147; bh=atqrauussIGGRuvnTKEMXqgCvfyg695j1zH5OfkOGGw=; h=To:Subject:Date:From:From; b=P7CWShArJdSDKZkT0gtWxKjMqySftffKBlVuUoAFLTtsLg/svzCjoX4nRY2eQaK1A TvpsJAtl1oNuw6uIoZlLnFmWLgFqyV5WmwzHDOBKCF54Z9XeQgpquV67pt8m7NLct9 0zWr5Lelaf6nX2cvh/Jrzr6cXmH/lu1lcHUG3W1o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d7a5aa5196fc8c8e5722122704e056e86b6f7923 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 474f08c3aea933850b8314dd655815e9482e43af X-Git-Newrev: d7a5aa5196fc8c8e5722122704e056e86b6f7923 Message-Id: <20240214100547.1963D385C6DD@sourceware.org> Date: Wed, 14 Feb 2024 10:05:47 +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 d7a5aa5196fc8c8e5722122704e056e86b6f7923 (commit) from 474f08c3aea933850b8314dd655815e9482e43af (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 d7a5aa5196fc8c8e5722122704e056e86b6f7923 Author: Georg-Johann Lay Date: Wed Feb 14 11:04:54 2024 +0100 gcc-14: AVR. Fix typos. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 92bd0a7b..4d8c3dd6 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -369,7 +369,7 @@ a work-in-progress.

by symbol __RODATA_FLASH_START__ which takes precedence over __flmap. For example, linking with - -Wl,--defsym,__RODATA_FLASH_START__=32k + -Wl,--defsym,__RODATA_FLASH_START__=32k 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.
  • @@ -391,8 +391,8 @@ a work-in-progress.

    __asm (".global __flmap_lock" "\n\t" "__flmap_lock = 1");
  • 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.
  • + symbol __do_flmap_init and the linker will not pull in + that code from libmcu.a any more.
  • In order to return to the old placement of read-only data in RAM, the new compiler option -mrodata-in-ram can be used.
  • Read-only data is located in output section .rodata, ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs