diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2006-09-07 16:55:17 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@gcc.gnu.org> | 2006-09-07 16:55:17 +0000 |
commit | c387622634ae79b13f82c71add4d15e8489c93ca (patch) | |
tree | 28ddcb369e026cd9346521432a1aedb7ba46df54 /gcc | |
parent | 7bee49dcaa2b662f6f1bad736d4d5d0cf142a123 (diff) | |
download | gcc-c387622634ae79b13f82c71add4d15e8489c93ca.zip gcc-c387622634ae79b13f82c71add4d15e8489c93ca.tar.gz gcc-c387622634ae79b13f82c71add4d15e8489c93ca.tar.bz2 |
Add myself to doc/contrib.texi
From-SVN: r116754
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3e4028..6209070 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-07 Martin Michlmayr <tbm@cyrius.com> + + * doc/contrib.texi: Add myself. + 2006-09-07 Andrew Pinski <pinskia@physics.uc.edu> PR middle-end/28862 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index d487fd9..7fd8cad 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -565,6 +565,10 @@ Jason Merrill for his direction via the steering committee and leading the G++ effort. @item +Martin Michlmayr for testing GCC on several architectures using the +entire Debian archive. + +@item David Miller for his direction via the steering committee, lots of SPARC work, improvements in jump.c and interfacing with the Linux kernel developers. |