diff --git a/MAINTAINERS b/MAINTAINERS index cebf45d49e56..b7e25488bfb5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -181,6 +181,7 @@ libgo Ian Lance Taylor libgomp Jakub Jelinek libgomp Tobias Burnus libgomp (OpenACC) Thomas Schwinge +libgrust All Rust front end maintainers libiberty Ian Lance Taylor libitm Torvald Riegel libobjc Nicola Pero diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index 4f3131021f21..a15cab4e7d39 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -69,6 +69,7 @@ 'libgfortran', 'libgm2', 'libgomp', + 'libgrust', 'libhsail-rt', 'libiberty', 'libitm', diff --git a/libgrust/ChangeLog b/libgrust/ChangeLog new file mode 100644 index 000000000000..97887c90552b --- /dev/null +++ b/libgrust/ChangeLog @@ -0,0 +1,6 @@ + +Copyright (C) 2023 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved.