diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-11-28 13:40:55 +0100 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2024-02-16 16:33:12 +0000 |
commit | 8566844dacdcb8dfe980423080600c9dd9f1a924 (patch) | |
tree | 632aca0bb23e6ac13306944aa9ae6e080f47df1b | |
parent | 1b6ac2229b20b7c4171c6750affc1a675e6e4ecc (diff) | |
download | gcc-8566844dacdcb8dfe980423080600c9dd9f1a924.zip gcc-8566844dacdcb8dfe980423080600c9dd9f1a924.tar.gz gcc-8566844dacdcb8dfe980423080600c9dd9f1a924.tar.bz2 |
libgrust: Add entry for maintainers
ChangeLog:
* MAINTAINERS: Add maintainers for libgrust.
contrib/ChangeLog:
* gcc-changelog/git_commit.py: Add libgrust.
(cherry picked from commit e4f0eb725d836ef0eec780cbb9e7be0d31c6fe8b)
Co-authored-by: Arthur Cohen <arthur.cohen@embecosm.com>
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cebf45d..b7e2548 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -181,6 +181,7 @@ libgo Ian Lance Taylor <ian@airs.com> libgomp Jakub Jelinek <jakub@redhat.com> libgomp Tobias Burnus <tobias@codesourcery.com> libgomp (OpenACC) Thomas Schwinge <thomas@codesourcery.com> +libgrust All Rust front end maintainers libiberty Ian Lance Taylor <ian@airs.com> libitm Torvald Riegel <triegel@redhat.com> libobjc Nicola Pero <nicola.pero@meta-innovation.com> diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 4f31310..a15cab4 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -69,6 +69,7 @@ default_changelog_locations = { 'libgfortran', 'libgm2', 'libgomp', + 'libgrust', 'libhsail-rt', 'libiberty', 'libitm', |