diff options
author | Jeff Law <law@gcc.gnu.org> | 2000-05-24 19:44:42 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-05-24 19:44:42 -0600 |
commit | 9ea551b2b34133a1cc38ef323c34fcf19d1a9e22 (patch) | |
tree | c5885920d586a1594b4306575ba83191dc078b60 /gcc | |
parent | c20a2ab16156eec15f3b10148f00506f574377ee (diff) | |
download | gcc-9ea551b2b34133a1cc38ef323c34fcf19d1a9e22.zip gcc-9ea551b2b34133a1cc38ef323c34fcf19d1a9e22.tar.gz gcc-9ea551b2b34133a1cc38ef323c34fcf19d1a9e22.tar.bz2 |
Fix minor goofs pointed out by Stan.
From-SVN: r34155
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/contrib.texi | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/contrib.texi b/gcc/contrib.texi index e2ec005..cca7181 100644 --- a/gcc/contrib.texi +++ b/gcc/contrib.texi @@ -426,12 +426,6 @@ Paul Rubin wrote most of the preprocessor. Andreas Schwab for his work on the m68k port. @item -Jeffrey Siegal for helping RMS with the original design of GCC, some -code which handles the parse tree and RTL data structures, constant -folding and help with the original VAX & m68k ports. - -of the parsing code -@item Graham Stott. for various infrastructure improvements. @item @@ -462,6 +456,11 @@ contributions and RTEMS testing. Nathan Sidwell for many C++ fixes/improvements. @item +Jeffrey Siegal for helping RMS with the original design of GCC, some +code which handles the parse tree and RTL data structures, constant +folding and help with the original VAX & m68k ports. + +@item Andrey Slepuhin for assorted AIX hacking. @item |