From: Thomas Schwinge Date: Sat, 10 Dec 2022 06:27:55 +0000 (+0100) Subject: Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust X-Git-Tag: basepoints/gcc-14~2618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325529e21e81fbc3561d2568cb7e8a26296e5b2f;p=thirdparty%2Fgcc.git 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'. --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index fb1d15fd86df..aae3416e082f 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',