On Fri, 8 Nov 2024 13:50:45 +0100 Jakub Jelinek <ja...@redhat.com> wrote:
> > * gcc-changelog/git_commit.py (default_changelog_locations): > > New entry for gcc/cobol. New entry for libgcobol. > > Dunno if your mailer ate the tabs at the start of the above 2 lines. > That is required so that it can be committed. Don't know how that happened. New attempt follows. > Otherwise LGTM, but please wait with it until everything else is > approved (unless that already happened). We have steering committee approval as of March 2023. Is there something else? > Then this needs to be committed, you need to talk to us best on IRC > or worst case via mail Hmm, using rcirc in emacs, I'm connected to #g...@irc.oftc.net but didn't see any traffic today. Probably pibkac. --jkl [snip] >From 95d8508ce8dabebbabfe14b9621fca45e2a397dddir.patch 4 Oct 2024 12:01:22 >-0400 From: "James K. Lowden" <jklow...@symas.com> Date: Sat 02 Nov 2024 12:51:49 PM EDT Subject: [PATCH] Add 'cobol' to 1 file contrib/gcc-changelog/ChangeLog * contrib/gcc-changelog/git_commit.py: Add contrib/gcc-changelog/git_commit.py --- 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 87ecb9e1a17..e9393012865 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', [pins]