diff options
author | Vladimir Makarov <vmakarov@redhat.com> | 2001-08-30 20:44:51 +0000 |
---|---|---|
committer | Vladimir Makarov <vmakarov@gcc.gnu.org> | 2001-08-30 20:44:51 +0000 |
commit | b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0 (patch) | |
tree | 9cc1dc4a63e4c3af0ab3e68c017e773ea05dec6f /gcc/doc/contrib.texi | |
parent | 6e4302ec5b8658dbbed93bc09cf45b52aa94766c (diff) | |
download | gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.zip gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.tar.gz gcc-b8ec576419e8dd1e335dd16d22a0cd7a9b1865e0.tar.bz2 |
rtl.def: Undo my patch commited 2001-08-27.
2001-08-30 Vladimir Makarov <vmakarov@redhat.com>
* rtl.def: Undo my patch commited 2001-08-27.
* genattrtab.c: Ditto.
* rtl.h: Ditto.
* sched-int.h: Ditto.
* target-def.h: Ditto.
* target.h: Ditto.
* haifa-sched.c: Ditto.
* sched-rgn.c: Ditto.
* sched-vis.c: Ditto.
* Makefile.in: Ditto.
* doc/md.texi: Ditto.
* doc/tm.texi: Ditto.
* doc/contrib.texi: Ditto.
* doc/gcc.texi: Ditto.
* genattrtab.h: Remove it.
* genautomata.c: Remove it.
* genattr.c: Undo my patch and Richard Henderson's patch commited
2001-08-27.
From-SVN: r45297
Diffstat (limited to 'gcc/doc/contrib.texi')
-rw-r--r-- | gcc/doc/contrib.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index a60b25e..caaf15b 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -313,10 +313,9 @@ Andrew MacLeod for his ongoing work in building a real EH system, various code generation improvements, work on the global optimizer, etc. @item -Vladimir Makarov for hacking some ugly i960 problems, PowerPC hacking -improvements to compile-time performance, overall knowledge and -direction in the area of instruction scheduling, and design and -implementation of the automaton based instruction scheduler. +Vladimir Makarov for hacking some ugly i960 problems, PowerPC +hacking improvements to compile-time performance and overall knowledge +and direction in the area of instruction scheduling. @item Bob Manson for his behind the scenes work on dejagnu. |