Add toplevel dirs
authorNathan Sidwell <nathan@acm.org>
Tue, 15 Dec 2020 14:49:06 +0000 (09:49 -0500)
committerNathan Sidwell <nathan@acm.org>
Tue, 15 Dec 2020 14:51:50 +0000 (09:51 -0500)
contrib/
* gcc-changelog/git_commit.py (changelog_locations): Add
libcody, c++tools.

contrib/gcc-changelog/git_commit.py

index 0c438165516f0271ecfce4945dda2a8c2234f2e3..01f498746526fa1eb2b30a6ce0ab5cf5a3fe785b 100755 (executable)
@@ -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',