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 4d85966129a4d026237da953f326f1079b20021f (commit) from deaa8558fb271ac737200464b39800388ed4c4d5 (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 4d85966129a4d026237da953f326f1079b20021f Author: Georg-Johann Lay <a...@gjlay.de> Date: Fri Feb 7 20:10:12 2025 +0100 gcc-15/changes: Add -mcvt AVR news. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 69664fab..e273693a 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -465,6 +465,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 which + 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 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 6 ++++++ 1 file changed, 6 insertions(+) hooks/post-receive -- gcc-wwwdocs