Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust
authorThomas Schwinge <thomas@codesourcery.com>
Sat, 10 Dec 2022 06:27:55 +0000 (07:27 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Sat, 10 Dec 2022 06:29:22 +0000 (07:29 +0100)
contrib/
* gcc-changelog/git_commit.py (default_changelog_locations): Add
'gcc/rust'.
(bug_components): Add 'rust'.

contrib/gcc-changelog/git_commit.py

index fb1d15f..aae3416 100755 (executable)
@@ -45,6 +45,7 @@ default_changelog_locations = {
     'gcc/objc',
     'gcc/objcp',
     'gcc/po',
+    'gcc/rust',
     'gcc/testsuite',
     'gnattools',
     'gotools',
@@ -122,6 +123,7 @@ bug_components = {
     'preprocessor',
     'regression',
     'rtl-optimization',
+    'rust',
     'sanitizer',
     'spam',
     'target',