From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1499) id CD9BC3853D67; Sat, 10 Dec 2022 02:22:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD9BC3853D67 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670638930; bh=dDIMZ+zEWOymnhsFU+v3/KWdYebhcxc7E0nxwk4ImCI=; h=From:To:Subject:Date:From; b=Jx+ao7Y3usg3+pAwj15OSZocFkT3txBGVkJXvd3x68MD+O4SgJG4S5RVzqtmwr5uV RPRdDfAxW3KzFEh3zWgW+bh6qeyWuqJNbn/dILAsV+15N6M9mLDX1EWpbcF6GD9pzr V1YP+emRAu9HzZj4BJ4t1GsJBn/tkXoQp8OIsny0= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gaius Mulley To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-4588] Add ChangeLog directories for modula2 into git_commit.py. X-Act-Checkin: gcc X-Git-Author: Gaius Mulley X-Git-Refname: refs/heads/master X-Git-Oldrev: 1bdba731b9c68b22798b6e11ce3628cffb5cb797 X-Git-Newrev: 7e4aa71043583ac71a773ed23b17c793ef4a8dfb Message-Id: <20221210022210.CD9BC3853D67@sourceware.org> Date: Sat, 10 Dec 2022 02:22:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:7e4aa71043583ac71a773ed23b17c793ef4a8dfb commit r13-4588-g7e4aa71043583ac71a773ed23b17c793ef4a8dfb Author: Gaius Mulley Date: Sat Dec 10 02:21:53 2022 +0000 Add ChangeLog directories for modula2 into git_commit.py. Prepare to add changelogs for the Modula2 front end by changing the contrib git_commit.py script. contrib/ChangeLog: * gcc-changelog/git_commit.py (default_changelog_locations): New entry for gcc/m2. New entry for libgm2. Signed-off-by: Gaius Mulley 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 3bd671011f2..fb1d15fd86d 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -41,6 +41,7 @@ default_changelog_locations = { 'gcc/go', 'gcc/jit', 'gcc/lto', + 'gcc/m2', 'gcc/objc', 'gcc/objcp', 'gcc/po', @@ -62,6 +63,7 @@ default_changelog_locations = { 'libgcc/config/avr/libf7', 'libgcc/config/libbid', 'libgfortran', + 'libgm2', 'libgomp', 'libhsail-rt', 'libiberty',