diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-04-19 16:40:52 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-04-19 16:40:52 +0000 |
commit | 7bff505993684ac31209256669b16369bf7ed302 (patch) | |
tree | 9b6a8b49a58afc3e0dde059235daed8aafcaeefa | |
parent | 303a3927d2fa2568cacb701561150e5693633d99 (diff) | |
download | gcc-7bff505993684ac31209256669b16369bf7ed302.zip gcc-7bff505993684ac31209256669b16369bf7ed302.tar.gz gcc-7bff505993684ac31209256669b16369bf7ed302.tar.bz2 |
* MAINTAINERS: Add information about purpose of this file.
From-SVN: r52522
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | MAINTAINERS | 20 |
2 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2002-04-19 Mark Mitchell <mark@codesourcery.com> + + * MAINTAINERS: Add information about purpose of this file. + 2002-04-18 Tom Tromey <tromey@redhat.com> * configure.in: Disallow configuring libgcj when it is already diff --git a/MAINTAINERS b/MAINTAINERS index b189761..3236a3a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1,3 +1,23 @@ +Note +==== + +This file contains information about people who are permitted to make +changes to various parts of the compiler and associated libraries. + +Please do not contact the people in this file directly to report +problems in GCC. + +For general information about GCC, please visit: + + http://gcc.gnu.org + +To report problems in GCC, please visit: + + http://gcc.gnu.org/bugs.html + +Maintainers +=========== + Blanket Write Privs. John Carr jfc@mit.edu |