Am 15.09.25 um 20:05 schrieb Gerald Pfeifer:
On Mon, 15 Sep 2025, Georg-Johann Lay wrote:
+  <li>Support for the following devices has been added in v15.3:

Thanks for documenting this. Can we make the GCC reference "GCC 15.3"
instead of "v15.3" which is a form we generally don't use?

Happy to make that change myself; wanted to see whether there may be any
specific reason.

Gerald

Applied

https://gcc.gnu.org/gcc-13/changes.html#avr
https://gcc.gnu.org/gcc-14/changes.html#avr
https://gcc.gnu.org/gcc-15/changes.html#avr

commit b3402c9e0661c277b0551e7112cd4ff3cf60199d
Date:   Tue Sep 16 09:44:49 2025 +0200

    changes.html (avr): Prefer GCC x.y over vx.y.

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 29000382..f427383c 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -600,7 +600,7 @@ You may also want to check out our
 
 <h3 id="avr">AVR</h3>
 <ul>
-  <li>Support for the following devices has been added in v13.3:
+  <li>Support for the following devices has been added in GCC 13.3:
     <ul><li>ATtiny102, ATtiny104,
     ATtiny424, ATtiny426, ATtiny427, ATtiny824, ATtiny826, ATtiny827,
     ATtiny1624, ATtiny1626, ATtiny1627, ATtiny3224, ATtiny3226, ATtiny3227,
@@ -609,11 +609,11 @@ You may also want to check out our
     AVR64DD32, AVR64DU28, AVR64DU32, AVR64EA28, AVR64EA32, AVR64EA48,
     ATA5787, ATA5835, ATA5700M322.</li></ul>
   </li>
-  <li>Support for the following devices has been added in v13.4:
+  <li>Support for the following devices has been added in GCC 13.4:
     <ul><li>AVR32SD20, AVR32SD28, AVR32SD32,
 	AVR64SD28, AVR64SD32, AVR64SD48.</li></ul>
   </li>
-  <li>Support for the following devices has been added in v13.5:
+  <li>Support for the following devices has been added in GCC 13.5:
     <ul><li>AVR32DA28S, AVR32DA32S, AVR32DA48S,
 	AVR64DA28S, AVR64DA32S, AVR64DA48S AVR64DA64S,
 	AVR128DA28S, AVR128DA32S, AVR128DA48S, AVR128DA64S,
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 4961a455..bf0a2015 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -910,11 +910,11 @@ __asm (".global __flmap_lock"  "\n\t"
     It now constrains the registers R24&hellip;R31 as is the case for all
     the other devices.
   </li>
-  <li>Support for the following devices has been added in v14.3:
+  <li>Support for the following devices has been added in GCC 14.3:
     <ul><li>AVR32SD20, AVR32SD28, AVR32SD32,
 	AVR64SD28, AVR64SD32, AVR64SD48.</li></ul>
   </li>
-  <li>Support for the following devices has been added in v14.4:
+  <li>Support for the following devices has been added in GCC 14.4:
     <ul><li>AVR32DA28S, AVR32DA32S, AVR32DA48S,
 	AVR64DA28S, AVR64DA32S, AVR64DA48S AVR64DA64S,
 	AVR128DA28S, AVR128DA32S, AVR128DA48S, AVR128DA64S,
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 989e0a88..f7a2d1cb 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -1185,12 +1185,12 @@ structure used in <code>core 1.49</code>.
        ><code>-msplit-bit-shift</code></a> and
     <a href="https://gcc.gnu.org/onlinedocs/gcc-15.1.0/gcc/AVR-Options.html#index-muse-nonzero-bits";
        ><code>-muse-nonzero-bits</code></a>.</li>
-  <li>Support for the following devices has been added in v15.2:
+  <li>Support for the following devices has been added in GCC 15.2:
     <ul><li>AVR32DA28S, AVR32DA32S, AVR32DA48S,
 	AVR64DA28S, AVR64DA32S, AVR64DA48S AVR64DA64S,
 	AVR128DA28S, AVR128DA32S, AVR128DA48S, AVR128DA64S.</li></ul>
   </li>
-  <li>Support for the following devices has been added in v15.3:
+  <li>Support for the following devices has been added in GCC 15.3:
     <ul><li>AVR32EB14, AVR32EB20, AVR32EB28, AVR32EB32.</li></ul>
   </li>
 </ul>

Reply via email to