aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2024-02-29 02:36:12 +0000
committerAndrew Pinski <quic_apinski@quicinc.com>2024-02-29 02:36:12 +0000
commit5ff49272bf4eb6a030739cc24ba001f206305e08 (patch)
tree49a36b02a564aaa897cd279e754d02ae951b811c
parentedfe198084338691d0facc86bf8dfa6ede3ca676 (diff)
downloadgcc-5ff49272bf4eb6a030739cc24ba001f206305e08.zip
gcc-5ff49272bf4eb6a030739cc24ba001f206305e08.tar.gz
gcc-5ff49272bf4eb6a030739cc24ba001f206305e08.tar.bz2
Add libcc1 to bug components
As found by Tom Tromey in https://gcc.gnu.org/pipermail/gcc-patches/2024-February/646807.html libcc1 is not listed as bug component even though it is there in bugzilla. This fixes that oversight. Committed as obvious after testing using git gcc-verify on a patch. contrib/ChangeLog: * gcc-changelog/git_commit.py (bug_components): Add libcc1. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index 87bec4e..87ecb9e 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -105,6 +105,7 @@ bug_components = {
'java',
'jit',
'libbacktrace',
+ 'libcc1',
'libf2c',
'libffi',
'libfortran',