aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-03-14 02:26:02 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-13 19:26:02 -0700
commit54c256f3bb31a704fcee68af4f8f0eeaf8a0763e (patch)
tree654dc3fccd2a206e374f9ee45430fd7901e3aed4
parent60aadc205a2e4270503d455820b43201df08563e (diff)
* README, gcc.1, gcc.texi, version.c: Update for egcs-1.1.2 release.
From-SVN: r25762
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/README2
-rw-r--r--gcc/gcc.12
-rw-r--r--gcc/gcc.texi8
-rw-r--r--gcc/version.c2
5 files changed, 11 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3e8515aaef6..fcec703efbe 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 <rth@cygnus.com>
* alpha.h (HARD_REGNO_MODE_OK): Disallow QI/HImode in fp regs.
diff --git a/gcc/README b/gcc/README
index 78d3ef6dd37..c606f65ad59 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 da98bd993e7..5614bd27c8d 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 b0d595fada3..6eb51c1fb1b 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 91d99ad3510..573f16bc430 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)";