From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id B95E03858C52; Tue, 13 Feb 2024 13:31:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B95E03858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707831116; bh=k7kLPmekow2bRApDU+VaYe/AjU1GfwgRu6IeIfm3wP0=; h=To:Subject:Date:From:From; b=MVr4IKV0pC2aXjtbkTgjijqMGITbW3udZ3a0v8cTLqcQE0F/Gj6TPqNaqKkYSenEd Qs8CZudArp9gRHb7JS6wK0Z0vzxmXQvqTk9mi0WZSCeUjvNCIO2pfGp2pPMXoNLs6I vD8t/bDq8UM94mvWC2s7g1jFAoJFld35KYXcChDQ= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b167175442edcd30e2944ae6a88b4391bf7c86fd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2aad86e498b9ce0dd512bd42d35a2d380c53db18 X-Git-Newrev: b167175442edcd30e2944ae6a88b4391bf7c86fd Message-Id: <20240213133156.B95E03858C52@sourceware.org> Date: Tue, 13 Feb 2024 13:31:56 +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 b167175442edcd30e2944ae6a88b4391bf7c86fd (commit) from 2aad86e498b9ce0dd512bd42d35a2d380c53db18 (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 b167175442edcd30e2944ae6a88b4391bf7c86fd Author: Georg-Johann Lay Date: Tue Feb 13 14:31:24 2024 +0100 gcc-14: AVR: Explain __do_flmap_init. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 713f5139..cd5f5157 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -390,6 +390,9 @@ 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 + 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, 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 | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- gcc-wwwdocs