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 339d20ca30e87eba69ccffb5eae18a0780ea3145 (commit)
from b3402c9e0661c277b0551e7112cd4ff3cf60199d (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 339d20ca30e87eba69ccffb5eae18a0780ea3145
Author: Georg-Johann Lay <[email protected]>
Date: Tue Sep 16 09:52:28 2025 +0200
gcc-15/changes.html (avr): Prefer GCC x.y over vx.y.
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index f7a2d1cb..07a04762 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -1153,14 +1153,14 @@ structure used in <code>core 1.49</code>.
<li>Support has been added for a new 24-bit
<a
href="https://gcc.gnu.org/onlinedocs/gcc-15.1.0/gcc/Named-Address-Spaces.html#AVR-Named-Address-Spaces-1"
>named address space</a> <code>__flashx</code>.
- It is similar to the <code>__memx</code> address space introduced in v4.7,
- but reading is more efficient since it only supports reading from
+ It is similar to the <code>__memx</code> address space introduced in
+ GCC 4.7, but reading is more efficient since it only supports reading from
program memory. Objects in the <code>__flashx</code> address space are
located in the <code>.progmemx.data</code> section. The address space
is available when the feature-test macro <code>__FLASHX</code>
is defined.</li>
<li>Apart from the built-in types <code>__int24</code> and
- <code>__uint24</code> supported since v4.7, support has been added for the
+ <code>__uint24</code> supported since GCC 4.7, support has been added for
the
<code>signed __int24</code> and <code>unsigned __int24</code> types.</li>
<li>Code generation for the 32-bit integer shifts with constant
offset has been improved. The code size may slightly increase even
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-15/changes.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
gcc-wwwdocs