diff mbox series

commit checker

Message ID cf4829df-3a79-e09c-b073-a54f23bd1592@acm.org
State New
Headers show
Series commit checker | expand

Commit Message

Nathan Sidwell Dec. 15, 2020, 2:54 p.m. UTC
Add toplevel dirs

             contrib/
             * gcc-changelog/git_commit.py (changelog_locations): Add
             libcody, c++tools.

pushed to trunk
diff mbox series

Patch

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',