Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)

This commit is contained in:
David E. O'Brien 2002-12-04 17:08:08 +00:00
parent 8f1134fbb3
commit e3dd383f00
5 changed files with 27 additions and 3 deletions

View File

@ -1,3 +1,15 @@
2002-11-19 Release Manager
* GCC 3.2.1 Released.
2002-11-19 Release Manager
* GCC 3.2.1 Released.
2002-11-18 Release Manager
* GCC 3.2.1 Released.
Mon Oct 7 00:32:38 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (all): Fix multilib parallel build.

View File

@ -3,7 +3,7 @@ static char junk[] = "\n@(#)LIBF77 VERSION 20000929\n";
/*
*/
char __G77_LIBF77_VERSION__[] = "3.2.1 20021009 (prerelease)";
char __G77_LIBF77_VERSION__[] = "3.2.1 20021119 (release)";
/*
2.00 11 June 1980. File version.c added to library.

View File

@ -3,7 +3,7 @@ static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 20001205\n";
/*
*/
char __G77_LIBI77_VERSION__[] = "3.2.1 20021009 (prerelease)";
char __G77_LIBI77_VERSION__[] = "3.2.1 20021119 (release)";
/*
2.01 $ format added

View File

@ -1,6 +1,6 @@
static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n";
char __G77_LIBU77_VERSION__[] = "3.2.1 20021009 (prerelease)";
char __G77_LIBU77_VERSION__[] = "3.2.1 20021119 (release)";
#include <stdio.h>

View File

@ -1,3 +1,15 @@
2002-11-19 Release Manager
* GCC 3.2.1 Released.
2002-11-19 Release Manager
* GCC 3.2.1 Released.
2002-11-18 Release Manager
* GCC 3.2.1 Released.
2002-10-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (all): Fix multilib parallel build.