From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id 9FB7B3858D35; Sun, 11 Feb 2024 20:52:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FB7B3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707684725; bh=Ntj9TPg/aQ5rAH+vuV/5tiNqszu6m5LmjYhLy0nO+sc=; h=To:Subject:Date:From:From; b=CRjlQHdfKOQAxLMKoBBE8ldFGQEUAl7SdyMT4xUCke0H9vkiD4cd+KY4ZRKUWGAWB sw0dymelD1qFfy+PVcyZBU0isO6uXgSv+ctvV27Ce4ntKy3h2Z6vTCCVamBm1jrUEb eZvUPbV/enOtLo8bDb/mIxY/5WGLM0AXREGRjbno= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 27e34126c2edeb07185702f797779d8f04acf929 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 X-Git-Newrev: 27e34126c2edeb07185702f797779d8f04acf929 Message-Id: <20240211205205.9FB7B3858D35@sourceware.org> Date: Sun, 11 Feb 2024 20:52:05 +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 27e34126c2edeb07185702f797779d8f04acf929 (commit) from 2c2b2bf65f300ee440c7c95564c6bc64ed49f923 (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 27e34126c2edeb07185702f797779d8f04acf929 Author: Georg-Johann Lay Date: Sun Feb 11 21:51:54 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 a2ad685b..83fdc813 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -412,7 +412,7 @@ a work-in-progress.

-
  • A new compiler option -m[no]-rodata-in-ram has been added. +
  • A new compiler option -m[no-]rodata-in-ram has been added. The default is to locate read-only data in program memory for devices that support it, e.g. for AVR64* and AVR128* devices as explained above, and for devices from the ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs