https://gcc.gnu.org/g:7d2bf92c44f278721f29c24c510929b2a1ab9895
commit r15-7929-g7d2bf92c44f278721f29c24c510929b2a1ab9895 Author: Jakub Jelinek <ja...@redhat.com> Date: Mon Mar 10 15:45:52 2025 +0100 Add ChangeLog locations for gcc/cobol and libgcobol * gcc-changelog/git_commit.py (default_changelog_locations): Add gcc/cobol and libgcobol entries. Diff: --- contrib/gcc-changelog/git_commit.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 5c0596c2627d..fda5cf597263 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -38,6 +38,7 @@ default_changelog_locations = { 'gcc/c', 'gcc/c-family', 'gcc', + 'gcc/cobol', 'gcc/cp', 'gcc/d', 'gcc/fortran', @@ -66,6 +67,7 @@ default_changelog_locations = { 'libgcc', 'libgcc/config/avr/libf7', 'libgcc/config/libbid', + 'libgcobol', 'libgfortran', 'libgm2', 'libgomp',