aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-12-10 07:27:55 +0100
committerThomas Schwinge <thomas@codesourcery.com>2022-12-10 07:29:22 +0100
commit325529e21e81fbc3561d2568cb7e8a26296e5b2f (patch)
tree7a65c4560de52a6da61d7512758658089ec44574 /contrib/gcc-changelog
parent7e4aa71043583ac71a773ed23b17c793ef4a8dfb (diff)
downloadgcc-325529e21e81fbc3561d2568cb7e8a26296e5b2f.zip
gcc-325529e21e81fbc3561d2568cb7e8a26296e5b2f.tar.gz
gcc-325529e21e81fbc3561d2568cb7e8a26296e5b2f.tar.bz2
Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust
contrib/ * gcc-changelog/git_commit.py (default_changelog_locations): Add 'gcc/rust'. (bug_components): Add 'rust'.
Diffstat (limited to 'contrib/gcc-changelog')
-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 fb1d15f..aae3416 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -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',