Message ID | 20240813085945.2875933-1-mark@klomp.org |
---|---|
State | New |
Headers | show |
Series | [COMMITTED] Regenerate avr.opt.urls | expand |
Am 13.08.24 um 10:59 schrieb Mark Wielaard: > avr added an -mlra option, but the avr.opt.url file wasn't > regenerated. > > Note that commit 149a23ee2568 ("AVR: -mlra is not documeted in TEXI.") > did add the Undocumented flag, but that still needs the avr.op.urls > file to be updated. > > Fixes: 09a87ea666b2 ("AVR: ad target/113934 - Add option -mlra to enable LRA.") So I wonder why regenerate-opt-urls.py is searching for a documentation to begin with, because -mlra is tagged "Undocumented". Johann > gcc/ChangeLog: > > * config/avr/avr.opt.urls: Regenerate. > --- > gcc/config/avr/avr.opt.urls | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/gcc/config/avr/avr.opt.urls b/gcc/config/avr/avr.opt.urls > index f38e67384ab1..6acc418b407d 100644 > --- a/gcc/config/avr/avr.opt.urls > +++ b/gcc/config/avr/avr.opt.urls > @@ -1,5 +1,7 @@ > ; Autogenerated by regenerate-opt-urls.py from gcc/config/avr/avr.opt and generated HTML > > +; skipping UrlSuffix for 'mlra' due to finding no URLs > + > mcall-prologues > UrlSuffix(gcc/AVR-Options.html#index-mcall-prologues) >
diff --git a/gcc/config/avr/avr.opt.urls b/gcc/config/avr/avr.opt.urls index f38e67384ab1..6acc418b407d 100644 --- a/gcc/config/avr/avr.opt.urls +++ b/gcc/config/avr/avr.opt.urls @@ -1,5 +1,7 @@ ; Autogenerated by regenerate-opt-urls.py from gcc/config/avr/avr.opt and generated HTML +; skipping UrlSuffix for 'mlra' due to finding no URLs + mcall-prologues UrlSuffix(gcc/AVR-Options.html#index-mcall-prologues)