diff options
author | Mark Wielaard <mark@klomp.org> | 2025-03-12 12:29:24 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2025-03-12 12:34:41 +0100 |
commit | 74be867452d62f2199e317de92e2e34d217cc47f (patch) | |
tree | b567c306edaf578cdceba153eb20ff3fb55855e7 | |
parent | 597ca24445462f11aaa3f7164a81f2f4f74bb80a (diff) | |
download | gcc-74be867452d62f2199e317de92e2e34d217cc47f.zip gcc-74be867452d62f2199e317de92e2e34d217cc47f.tar.gz gcc-74be867452d62f2199e317de92e2e34d217cc47f.tar.bz2 |
Regenerate cobol/lang.opt.urls
With the COBOL: Frontend (commit 3c5ed996a) came a lang.opt.urls,
which is different from what regenerate-opt-urls.py generates. Make
the CI bot happy by regenerating it.
Longer term, the COBOL docs need to be sorted out (see e.g. PR119227)
and then perhaps regenerate-opt-urls.py adjusted so that it can deal
with the COBOL docs.
gcc/cobol/ChangeLog:
* lang.opt.urls: Regenerated.
-rw-r--r-- | gcc/cobol/lang.opt.urls | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/gcc/cobol/lang.opt.urls b/gcc/cobol/lang.opt.urls index a0e1f19..6a5dc1c 100644 --- a/gcc/cobol/lang.opt.urls +++ b/gcc/cobol/lang.opt.urls @@ -10,20 +10,27 @@ UrlSuffix(gcc/Preprocessor-Options.html#index-D-1) I UrlSuffix(gcc/Directory-Options.html#index-I) LangUrlSuffix_D(gdc/Directory-Options.html#index-I) +ffixed-form +LangUrlSuffix_Fortran(gfortran/Fortran-Dialect-Options.html#index-ffixed-form) + fsyntax-only -UrlSuffix(gcc/Warning-Options.html#index-fsyntax-only) LangUrlSuffix_D(gdc/Warnings.html#index-fno-syntax-only) +UrlSuffix(gcc/Warning-Options.html#index-fsyntax-only) LangUrlSuffix_D(gdc/Warnings.html#index-fno-syntax-only) LangUrlSuffix_Fortran(gfortran/Error-and-Warning-Options.html#index-fsyntax-only) + +ffree-form +LangUrlSuffix_Fortran(gfortran/Fortran-Dialect-Options.html#index-ffree-form) fmax-errors UrlSuffix(gcc/Warning-Options.html#index-fmax-errors) LangUrlSuffix_D(gdc/Warnings.html#index-fmax-errors) iprefix -UrlSuffix(gcc/Directory-Options.html#index-iprefix) LangUrlSuffix_D(gdc/Directory-Options.html#index-iprefix) +UrlSuffix(gcc/Directory-Options.html#index-iprefix) LangUrlSuffix_D(gdc/Directory-Options.html#index-iprefix) LangUrlSuffix_Fortran(gfortran/Preprocessing-Options.html#index-iprefix) include UrlSuffix(gcc/Preprocessor-Options.html#index-include) isysroot -UrlSuffix(gcc/Directory-Options.html#index-isysroot) +UrlSuffix(gcc/Directory-Options.html#index-isysroot) LangUrlSuffix_Fortran(gfortran/Preprocessing-Options.html#index-isysroot) isystem -UrlSuffix(gcc/Directory-Options.html#index-isystem) +UrlSuffix(gcc/Directory-Options.html#index-isystem) LangUrlSuffix_Fortran(gfortran/Preprocessing-Options.html#index-isystem) + |