>From 5d53920602e234e4d99ae2d502e662ee3699978e 4 Oct 2024 12:01:22 -0400
From: "James K. Lowden" <jklow...@symas.com>
Date: Sat 15 Feb 2025 12:50:51 PM EST
Subject: [PATCH] Add 'cobol' to 1 file

contrib/gcc-changelog/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',

Reply via email to