David Malcolm <dmalc...@redhat.com> writes:
> gcc/ada/ChangeLog: > * gcc-interface/lang.opt.urls: New file, autogenerated by > regenerate-opt-urls.py. > diff --git a/gcc/ada/gcc-interface/lang.opt.urls > b/gcc/ada/gcc-interface/lang.opt.urls > new file mode 100644 > index 000000000000..e24210bcb12a > --- /dev/null > +++ b/gcc/ada/gcc-interface/lang.opt.urls > @@ -0,0 +1,28 @@ > +; Autogenerated by regenerate-opt-urls.py from > gcc/ada/gcc-interface/lang.opt and generated HTML > + > +I > +UrlSuffix(gcc/Directory-Options.html#index-I) > + > +; skipping 'Wall' due to multiple URLs: > +; duplicate: 'gcc/Standard-Libraries.html#index-Wall-1' > +; duplicate: 'gcc/Warning-Options.html#index-Wall' > + > +nostdinc > +UrlSuffix(gcc/Directory-Options.html#index-nostdinc) > + > +nostdlib > +UrlSuffix(gcc/Link-Options.html#index-nostdlib) > + > +; skipping 'fshort-enums' due to multiple URLs: > +; duplicate: 'gcc/Code-Gen-Options.html#index-fshort-enums' > +; duplicate: 'gcc/Non-bugs.html#index-fshort-enums-3' > +; duplicate: > 'gcc/Structures-unions-enumerations-and-bit-fields-implementation.html#index-fshort-enums-1' > + > +; skipping 'fsigned-char' due to multiple URLs: > +; duplicate: 'gcc/C-Dialect-Options.html#index-fsigned-char' > +; duplicate: 'gcc/Characters-implementation.html#index-fsigned-char-1' > + > +; skipping 'funsigned-char' due to multiple URLs: > +; duplicate: 'gcc/C-Dialect-Options.html#index-funsigned-char' > +; duplicate: 'gcc/Characters-implementation.html#index-funsigned-char-1' Hello David, This looks very nice, thanks! I wonder why the Ada frontend only gets I, nostdinc and nostdlib URLified to the common gcc doc. Is it possible that your doc scrapper doesn't match the option in the Ada doc? We are documenting nostdlib, nostdinc and I, so I would also expect a "multiple URLs" for these. We are generating the texinfo files from sphinx, so maybe we could adjust the script to also match what the sphinx generator produces? Thanks, Marc