Applied this one.
Johann
--
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 362f345c..6a41ac97 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -376,6 +376,12 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
<li>Code generation for the 32-bit integer shifts with constant
offset has been improved. The code size may slightly increase even
when optimizing for code size with <code>-Os</code>.</li>
+ <li>Support has been added for a <em>compact vector table</em> as
supported
+ by some AVR devices. It can be activated by the new command-line
option
+ <a
href="https://gcc.gnu.org/onlinedocs/gcc/AVR-Options.html#index-mcvt"
+ ><code>-mcvt</code></a>.
+ It links <code>crt<i>mcu</i>-cvt.o</code> as startup code that
+ is supported since AVR-LibC v2.3.</li>
<li>New AVR specific optimization passes have been added.
They run after register allocation and can be controlled by the new
command-line options