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 c98435f0a92da1b7facdecbc7013d11c379333ce (commit) from bb3922e5e5e71059f3ba418dd563c60a6cdeb10e (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 c98435f0a92da1b7facdecbc7013d11c379333ce Author: Georg-Johann Lay <a...@gjlay.de> Date: Tue Aug 19 19:28:33 2025 +0200 gcc-15/changes.html (avr): Note on __FLASHX. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 3f77603e..c94fa1bd 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -1154,9 +1154,11 @@ structure used in <code>core 1.49</code>. <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 a bit more efficient since it only supports reading from + 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.</li> + 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>signed __int24</code> and <code>unsigned __int24</code> types.</li> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs