aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>2023-11-28 13:40:55 +0100
committerCohenArthur <arthur.cohen@embecosm.com>2024-02-16 16:33:12 +0000
commit8566844dacdcb8dfe980423080600c9dd9f1a924 (patch)
tree632aca0bb23e6ac13306944aa9ae6e080f47df1b
parent1b6ac2229b20b7c4171c6750affc1a675e6e4ecc (diff)
downloadgcc-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--MAINTAINERS1
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py1
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',