gcc-wwwdocs branch master updated. 27e34126c2edeb07185702f797779d8f04acf929

Georg-Johann Lay gjl@sourceware.org
Sun Feb 11 20:52:05 GMT 2024


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 <avr@gjlay.de>
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.</p>
       </li>
     </ul>
   </li>
-  <li>A new compiler option <code>-m[no]-rodata-in-ram</code> has been added.
+  <li>A new compiler option <code>-m[no-]rodata-in-ram</code> 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


More information about the Gcc-cvs-wwwdocs mailing list