Add toplevel dirs contrib/ * gcc-changelog/git_commit.py (changelog_locations): Add libcody, c++tools.
pushed to trunk -- Nathan Sidwell
diff --git c/contrib/gcc-changelog/git_commit.py w/contrib/gcc-changelog/git_commit.py index 0c438165516..01f49874652 100755 --- c/contrib/gcc-changelog/git_commit.py +++ w/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',