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 /contrib | |
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>
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 1 |
1 files changed, 1 insertions, 0 deletions
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', |