>From f89a50238de62b73d9fc44ee7226461650ab119d Tue 18 Feb 2025 04:19:09 PM EST From: "James K. Lowden" <jklow...@symas.com> Date: Tue 18 Feb 2025 04:19:09 PM EST Subject: [PATCH] COBOL 1/14 4.0K dir: create gcc/cobol and libgcobol directories
contrib/gcc-changelog/ChangeLog * contrib/gcc-changelog/git_commit.py: Add libgcobol module and cobol language. --- contrib/gcc-changelog/git_commit.py | ++ 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 5c0596c2627..c2297d1051f 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -39,6 +39,7 @@ default_changelog_locations = { 'gcc/c-family', 'gcc', 'gcc/cp', + 'gcc/cobol', 'gcc/d', 'gcc/fortran', 'gcc/go', @@ -66,6 +67,7 @@ default_changelog_locations = { 'libgcc', 'libgcc/config/avr/libf7', 'libgcc/config/libbid', + 'libgcobol', 'libgfortran', 'libgm2', 'libgomp',