From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id 25FB53858CDB; Tue, 9 Apr 2024 09:56:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25FB53858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712656561; bh=6XqmqHlKUNsNrDqsDlO/W5dE647BBxTrsHl5LVQ6bnc=; h=To:Subject:Date:From:From; b=Stg5JEvVZMv00XDWjnh9KK+UQJMAz6RUPZWWakzSAX52yaf18UHg2Rj/cI/iGpzCo p9F1kBXopOcJr76M/agvvSAzYv3+Zg0BHZfAAAv1onfsohoPASQN3tN/EdRXxsxGHH WLiP7WyHwlLf1l92G4UUdJIbRuyoVnE3hAz+Z3k8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2bdfd673b266343e7988fe2cd2b44a02c94dce09 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 X-Git-Newrev: 2bdfd673b266343e7988fe2cd2b44a02c94dce09 Message-Id: <20240409095601.25FB53858CDB@sourceware.org> Date: Tue, 9 Apr 2024 09:56:00 +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 2bdfd673b266343e7988fe2cd2b44a02c94dce09 (commit) from 7cd7e13e443da8e2aae389fa30eb547530c6e2c8 (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 2bdfd673b266343e7988fe2cd2b44a02c94dce09 Author: Georg-Johann Lay Date: Tue Apr 9 11:55:29 2024 +0200 gcc-14: AVR: Note on silicon bug. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 1b345b32..ff69e859 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -584,7 +584,11 @@ __asm (".global __flmap_lock" "\n\t" 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.
  • + the new compiler option -mrodata-in-ram can be used. + This is required on devices where the hardware revision is + affected by a silicon bug concerning the FLMAP + functionality. +
  • Read-only data is located in output section .rodata, wheras it is part of .text when located in RAM.
  • The feature is only available when the compiler is configured ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs