diff options
| author | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-23 01:15:50 +0000 |
|---|---|---|
| committer | mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-23 01:15:50 +0000 |
| commit | 85fdb7fe0e95f8ecefe1ed7211dda2016f08e440 (patch) | |
| tree | a2ba55182a46047ad19a90659073342d694c0777 | |
| parent | 242b7465d43b0bdcfd39fc8f807b4556f8eb7106 (diff) | |
| download | ppe42-gcc-85fdb7fe0e95f8ecefe1ed7211dda2016f08e440.tar.gz ppe42-gcc-85fdb7fe0e95f8ecefe1ed7211dda2016f08e440.zip | |
* MAINTAINERS (cpplib): Rename to ...
(libcpp): ... this. Add C/C++ front end maintainers.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124053 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | MAINTAINERS | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 9a98c5e4a86..68132bddde3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-04-22 Mark Mitchell <mark@codesourcery.com> + + * MAINTAINERS (cpplib): Rename to ... + (libcpp): ... this. Add C/C++ front end maintainers. + 2007-04-14 Steve Ellcey <sje@cup.hp.com> * config-ml.in: Pass ${ml_config_env} to configure calls. diff --git a/MAINTAINERS b/MAINTAINERS index 83505e3fb82..27dfdf83880 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -144,7 +144,8 @@ treelang James A. Morrison phython@gcc.gnu.org Various Maintainers -cpplib Per Bothner per@bothner.com +libcpp Per Bothner per@bothner.com +libcpp All C and C++ front end maintainers fp-bit Ian Lance Taylor ian@airs.com libdecnumber Ben Elliston bje@au.ibm.com libgcc Ian Lance Taylor ian@airs.com |

