https://gcc.gnu.org/g:c9d6dff736f1aa63ff0e144493cc0533ae75b34a

commit r16-5181-gc9d6dff736f1aa63ff0e144493cc0533ae75b34a
Author: Owen Avery <[email protected]>
Date:   Wed Nov 5 19:44:21 2025 -0500

    Add stdarch to the list of ignored prefixes
    
    Since libgrust/rustc-lib/stdarch is a library copied from rustc, we
    should include the directory in ignored_prefixes.
    
    contrib/ChangeLog:
    
            * gcc-changelog/git_commit.py (ignored_prefixes): Add
            'libgrust/rustc-lib/stdarch/'.
    
    Signed-off-by: Owen Avery <[email protected]>

Diff:
---
 contrib/gcc-changelog/git_commit.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gcc-changelog/git_commit.py 
b/contrib/gcc-changelog/git_commit.py
index 041769fac185..1bb24f462755 100755
--- a/contrib/gcc-changelog/git_commit.py
+++ b/contrib/gcc-changelog/git_commit.py
@@ -151,6 +151,7 @@ ignored_prefixes = {
     'libffi/',
     'libgo/',
     'libgrust/rustc-lib/core/',
+    'libgrust/rustc-lib/stdarch/',
     'libphobos/libdruntime/',
     'libphobos/src/',
     'libsanitizer/',

Reply via email to