diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-11-28 13:40:55 +0100 |
---|---|---|
committer | Marc Poulhiès <dkm@kataplop.net> | 2023-12-14 13:34:20 +0100 |
commit | e4f0eb725d836ef0eec780cbb9e7be0d31c6fe8b (patch) | |
tree | d238f0d50f88f7f40e58c50582e5928a74a8a4f6 | |
parent | a857ec6aada08d8c334c389c7b682198d749b6c9 (diff) | |
download | gcc-e4f0eb725d836ef0eec780cbb9e7be0d31c6fe8b.zip gcc-e4f0eb725d836ef0eec780cbb9e7be0d31c6fe8b.tar.gz gcc-e4f0eb725d836ef0eec780cbb9e7be0d31c6fe8b.tar.bz2 |
libgrust: Add entry for maintainers
ChangeLog:
* MAINTAINERS: Add maintainers for libgrust.
contrib/ChangeLog:
* gcc-changelog/git_commit.py: Add libgrust.
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 e877396..343560c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -182,6 +182,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 9110317..4e601fa 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', |