diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-10 07:27:55 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2022-12-10 07:29:22 +0100 |
commit | 325529e21e81fbc3561d2568cb7e8a26296e5b2f (patch) | |
tree | 7a65c4560de52a6da61d7512758658089ec44574 /contrib/gcc-changelog | |
parent | 7e4aa71043583ac71a773ed23b17c793ef4a8dfb (diff) | |
download | gcc-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-x | contrib/gcc-changelog/git_commit.py | 2 |
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', |