From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1733) id 255A43858D20; Sun, 14 Jan 2024 20:20:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 255A43858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705263633; bh=WQfElxJEuZKyKW6PAyIc6hGppVO83eKDWL0COGavSOE=; h=To:Subject:Date:From:From; b=Dg9LVECLTNtyJ8sif/pcSNwI6CTy1ZRn5mXlYtpdXADCoLKAyIPiXFl/B4RMvHOJa JUABM5LS8mUpEjwkNcMjugN6gwVGU0NLUZ9w7VqlrpPlzB9I8oJz+8UqRyvmJFt4Pt vAP5bNJybMRKvPpS7ttr18R5wnb62unPtPUxD3OA= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 111b7b2cbf7269a060f9692a55353dfdf6fc0849 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 85a8ec415e3b9bf6871e2a1a2dd5019cdde9473a X-Git-Newrev: 111b7b2cbf7269a060f9692a55353dfdf6fc0849 Message-Id: <20240114202033.255A43858D20@sourceware.org> Date: Sun, 14 Jan 2024 20:20:33 +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 111b7b2cbf7269a060f9692a55353dfdf6fc0849 (commit) from 85a8ec415e3b9bf6871e2a1a2dd5019cdde9473a (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 111b7b2cbf7269a060f9692a55353dfdf6fc0849 Author: Georg-Johann Lay Date: Sun Jan 14 21:20:08 2024 +0100 Typo. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 8c738683..d9dc1e08 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -388,7 +388,7 @@ a work-in-progress.

avrtiny families.
  • The new built-in macro __AVR_RODATA_IN_RAM__ is supported - on all devices. Its defined to 0 or 1. + on all devices. It's defined to 0 or 1.
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs