From 54c256f3bb31a704fcee68af4f8f0eeaf8a0763e Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 14 Mar 1999 02:26:02 +0000 Subject: [PATCH] * README, gcc.1, gcc.texi, version.c: Update for egcs-1.1.2 release. From-SVN: r25762 --- gcc/ChangeLog | 4 ++++ gcc/README | 2 +- gcc/gcc.1 | 2 +- gcc/gcc.texi | 8 ++++---- gcc/version.c | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e8515aaef60..fcec703efbe8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sun Mar 14 03:23:47 1999 Jeffrey A Law (law@cygnus.com) + + * README, gcc.1, gcc.texi, version.c: Update for egcs-1.1.2 release. + Thu Mar 11 14:00:58 1999 Richard Henderson * alpha.h (HARD_REGNO_MODE_OK): Disallow QI/HImode in fp regs. diff --git a/gcc/README b/gcc/README index 78d3ef6dd379..c606f65ad597 100644 --- a/gcc/README +++ b/gcc/README @@ -1,4 +1,4 @@ -This directory contains the egcs version 1.1.1 release of the GNU C +This directory contains the egcs version 1.1.2 release of the GNU C compiler. It includes all of the support for compiling C++ and Objective C, including a run-time library for Objective C. diff --git a/gcc/gcc.1 b/gcc/gcc.1 index da98bd993e74..5614bd27c8d3 100644 --- a/gcc/gcc.1 +++ b/gcc/gcc.1 @@ -23,7 +23,7 @@ .Id $Id: gcc.1,v 1.9 1998/12/16 20:55:57 law Exp $ .TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools" .SH NAME -gcc, g++ \- GNU project C and C++ Compiler (egcs-1.1.1) +gcc, g++ \- GNU project C and C++ Compiler (egcs-1.1.2) .SH SYNOPSIS .B gcc .RI "[ " option " | " filename " ].\|.\|." diff --git a/gcc/gcc.texi b/gcc/gcc.texi index b0d595fada3e..6eb51c1fb1b6 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -150,7 +150,7 @@ instead of in the original English. @sp 1 @c The version number appears five times more in this file. -@center for egcs-1.1.1 +@center for egcs-1.1.2 @page @vskip 0pt plus 1filll Copyright @copyright{} 1988, 89, 92, 93, 94, 95, 96, 98 Free Software Foundation, Inc. @@ -194,19 +194,19 @@ instead of in the original English. @ifset USING This manual documents how to run, install and port the GNU compiler, as well as its new features and incompatibilities, and how to -report bugs. It corresponds to EGCS version 1.1.1. +report bugs. It corresponds to EGCS version 1.1.2. @end ifset @end ifset @ifclear INTERNALS This manual documents how to run and install the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to EGCS version 1.1.1. +bugs. It corresponds to EGCS version 1.1.2. @end ifclear @ifclear USING This manual documents how to port the GNU compiler, as well as its new features and incompatibilities, and how to report -bugs. It corresponds to EGCS version 1.1.1. +bugs. It corresponds to EGCS version 1.1.2. @end ifclear @end ifinfo diff --git a/gcc/version.c b/gcc/version.c index 91d99ad35106..573f16bc4307 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1 +1 @@ -char *version_string = "egcs-2.91.63 19990224 (egcs-1.1.2 pre-release-3)"; +char *version_string = "egcs-2.91.66 19990314 (egcs-1.1.2 release)"; -- 2.47.2