Cobol: Regenerates lang.opt.urls.
The `gcc/cobol/lang.opt.urls` file was regenerated to reflect recent changes in the Cobol front-end.
The lang.opt.urls file within the GCC Cobol front-end was regenerated. This file likely contains mappings or configurations related to compiler options and their associated documentation or internal URLs. This update ensures that the compiler’s internal configuration remains consistent with recent code changes, specifically a previous commit that moved copybook path searches to cobol1.
In Details
In GCC, lang.opt.urls files typically map compiler options (.opt files) to internal URLs or documentation. This regeneration indicates a need to update these internal references due to changes in the Cobol front-end's structure or option handling. Specifically, it corrects an oversight from commit d70dbee952cd6aa956190e2993e14dd3b712efd3, which moved copybook path search logic to cobol1. This update ensures consistency in the build system and accurate internal option tracking for the Cobol compiler component.
For Context
Compilers have many internal files that help them manage their own settings and features. One such file, lang.opt.urls, in the Cobol part of GCC (a popular compiler suite), keeps track of how different compiler settings are related to internal documentation or other information. This update simply regenerates that file to make sure it's up-to-date with recent changes in the Cobol compiler's code. This is a maintenance task that ensures the compiler's internal workings remain consistent and correct after other development modifications.