diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-10 15:45:52 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-10 15:45:52 +0100 |
commit | 7d2bf92c44f278721f29c24c510929b2a1ab9895 (patch) | |
tree | 69858e5a29364d51ec9358f02969079e430c3c95 /contrib/gcc-changelog/git_commit.py | |
parent | c664055622f67db7a89258962d846f02361c9b6d (diff) | |
download | gcc-7d2bf92c44f278721f29c24c510929b2a1ab9895.zip gcc-7d2bf92c44f278721f29c24c510929b2a1ab9895.tar.gz gcc-7d2bf92c44f278721f29c24c510929b2a1ab9895.tar.bz2 |
Add ChangeLog locations for gcc/cobol and libgcobol
* gcc-changelog/git_commit.py (default_changelog_locations):
Add gcc/cobol and libgcobol entries.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 5c0596c..fda5cf5 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', |