From: Nathan Sidwell Date: Tue, 15 Dec 2020 14:49:06 +0000 (-0500) Subject: Add toplevel dirs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5271279d6e86df0d0203c11fc4c3e3c99a14bb7;p=gcc.git Add toplevel dirs contrib/ * gcc-changelog/git_commit.py (changelog_locations): Add libcody, c++tools. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 0c438165516..01f49874652 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -21,6 +21,7 @@ import os import re changelog_locations = { + 'c++tools', 'config', 'contrib', 'contrib/header-tools', @@ -51,6 +52,7 @@ changelog_locations = { 'libatomic', 'libbacktrace', 'libcc1', + 'libcody', 'libcpp', 'libcpp/po', 'libdecnumber',