https://gcc.gnu.org/g:4e6f6b34d6fded28c0a8662c782757073e274507
commit r17-903-g4e6f6b34d6fded28c0a8662c782757073e274507 Author: Georg-Johann Lay <[email protected]> Date: Thu May 28 14:45:51 2026 +0200 avr.opt.urls: Add -masm-len-notes and -Wasm-len-notes. gcc/ * config/avr/avr.opt.urls (-masm-len-notes, -Wasm-len-notes): Add. Diff: --- gcc/config/avr/avr.opt.urls | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/config/avr/avr.opt.urls b/gcc/config/avr/avr.opt.urls index dc5063351807..85ea9101c660 100644 --- a/gcc/config/avr/avr.opt.urls +++ b/gcc/config/avr/avr.opt.urls @@ -78,6 +78,12 @@ UrlSuffix(gcc/AVR-Options.html#index-mfuse-add) mfuse-add= UrlSuffix(gcc/AVR-Options.html#index-mfuse-add) +masm-len-notes +UrlSuffix(gcc/AVR-Options.html#index-masm-len-notes) + +Wasm-len-notes +UrlSuffix(gcc/AVR-Options.html#index-Wasm-len-notes) + Waddr-space-convert UrlSuffix(gcc/AVR-Options.html#index-Waddr-space-convert)
