From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 0EB613857B98 for ; Wed, 14 Feb 2024 00:40:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0EB613857B98 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0EB613857B98 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707871247; cv=none; b=xP0+uyZuq/R9k1lGkcIQ43D7tWcehOaxMvWs/6vvwWzWHkFNUgsCuzVGPjZLWNPTry2ceWu0Slmvj0suEu7q9juBciz3RiIzTfr9HyGS26tao6AB8kvvbLicbkvRv6MtezmMju9Ii8VFjL+Za2qXbxlcXTQyjn1R+syyRU0VqsM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1707871247; c=relaxed/simple; bh=tkX2Rcz4eMjY4JzUcA4gd8q19Ikc0vAF5dJK3Q7ZtwE=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=NhTMpKycBzNKiaNobsIzHIxAhbAEbKfSPJfgG1HCh9xyLoJi2a43gdgWz8kMVJ1KQsgvvlhlhYEG+Z8DJWRR/8jbIxZKKYs/auTIriDEzS17qO03AO7DLD6iF8+P5dsG08wGyxhsQFFwxNKZt8wEQhkzf4rHtsrX/QmborZh1Hc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id BD79C33EA6; Tue, 13 Feb 2024 19:40:44 -0500 (EST) Received: from daya.localdomain (188-23-3-19.adsl.highway.telekom.at [188.23.3.19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 35D5133E4B; Tue, 13 Feb 2024 19:40:44 -0500 (EST) Date: Wed, 14 Feb 2024 01:40:42 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Georg-Johann Lay Subject: [pushed] wwwdocs: gcc-14: Fix typo in AVR section MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20240214004044.BD79C33EA6@hamza.pair.com> X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Note that is not part of current HTML standards; can we simply remove it? Gerald --- htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 6ac7c8b1..92bd0a7b 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -370,7 +370,7 @@ a work-in-progress.

precedence over __flmap. For example, linking with
-Wl,--defsym,__RODATA_FLASH_START__=32k - choses the second 32 KiB block. + 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.
  • When a non-default block is used, -- 2.43.0