diff options
author | Richard Biener <rguenther@suse.de> | 2024-09-27 14:54:07 +0200 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2024-09-27 14:55:28 +0200 |
commit | 9085cc2a34f1c851e16c497bd9b0e4fd38b08142 (patch) | |
tree | 576f90531206fb839471a51b8af15980815e3e7a | |
parent | dd5b823ce238161156e7a4b6267bd30d7dde7c6b (diff) | |
download | gcc-9085cc2a34f1c851e16c497bd9b0e4fd38b08142.zip gcc-9085cc2a34f1c851e16c497bd9b0e4fd38b08142.tar.gz gcc-9085cc2a34f1c851e16c497bd9b0e4fd38b08142.tar.bz2 |
Fix sorting in Contributors.html
The following moves my entry to where it belongs alphabetically
(it wasn't moved when s/Guenther/Biener/).
* doc/contrib.texi (Richard Biener): Move entry.
-rw-r--r-- | gcc/doc/contrib.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 7714d52..0e2823f 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -64,6 +64,10 @@ improved alias analysis, plus migrating GCC to Bugzilla. Geoff Berry for his Java object serialization work and various patches. @item +Richard Biener for his ongoing middle-end contributions and bug fixes +and for release management. + +@item David Binderman for testing GCC trunk against Fedora Rawhide and csmith. @@ -365,10 +369,6 @@ Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code. Michael K. Gschwind contributed the port to the PDP-11. @item -Richard Biener for his ongoing middle-end contributions and bug fixes -and for release management. - -@item Ron Guilmette implemented the @command{protoize} and @command{unprotoize} tools, the support for DWARF 1 symbolic debugging information, and much of the support for System V Release 4. He has also worked heavily on the |