aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog/git_commit.py
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2020-12-15 09:49:06 -0500
committerNathan Sidwell <nathan@acm.org>2020-12-15 09:51:50 -0500
commitc5271279d6e86df0d0203c11fc4c3e3c99a14bb7 (patch)
treeb828e01c90336158b4a5686ad36b508db0b625c0 /contrib/gcc-changelog/git_commit.py
parent8dede2411195eb2fd672d8d0c758f94732bd6d77 (diff)
downloadgcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.zip
gcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.tar.gz
gcc-c5271279d6e86df0d0203c11fc4c3e3c99a14bb7.tar.bz2
Add toplevel dirs
contrib/ * gcc-changelog/git_commit.py (changelog_locations): Add libcody, c++tools.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 0c43816..01f4987 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',