summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-04-23 00:47:30 +0000
committerJeff Law <law@gcc.gnu.org>1998-04-22 18:47:30 -0600
commit552a1e5915b3e05ee0f5126dc2b954ca79af17a4 (patch)
tree73d14e7769c54a1b6aaa8c0056391fe2a7f3ed9c
parent495bf6087a2fe026ed0155b32a43407d7b3f7900 (diff)
downloadgcc-552a1e5915b3e05ee0f5126dc2b954ca79af17a4.tar.gz
1.0.2 -> 1.0.3 changes.
From-SVN: r19381
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL/BUILD2
-rw-r--r--INSTALL/CONFIGURE2
-rw-r--r--INSTALL/FINALINSTALL2
-rw-r--r--INSTALL/INDEX2
-rw-r--r--INSTALL/TEST2
-rw-r--r--INSTALL/build.html4
-rw-r--r--INSTALL/configure.html4
-rw-r--r--INSTALL/finalinstall.html4
-rw-r--r--INSTALL/index.html4
-rw-r--r--INSTALL/specific.html4
-rw-r--r--INSTALL/test.html4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/README2
-rw-r--r--gcc/gcc.12
-rw-r--r--gcc/gcc.texi2
-rw-r--r--gcc/version.c2
17 files changed, 29 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog
index 5334a9181c9..2e5dbd37b8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 23 01:40:32 1998 Jeffrey A Law (law@cygnus.com)
+
+ * egcs-1.0.3 release.
+
Sun Mar 15 23:38:21 1998 Jeffrey A Law (law@cygnus.com)
* egcs-1.0.2 release.
diff --git a/INSTALL/BUILD b/INSTALL/BUILD
index 6b7997eec63..189a8d2c28e 100644
--- a/INSTALL/BUILD
+++ b/INSTALL/BUILD
@@ -1,5 +1,5 @@
- Building egcs-1.0.2
+ Building egcs-1.0.3
Now that egcs is configured, you are ready to build the compiler and
runtime libraries.
diff --git a/INSTALL/CONFIGURE b/INSTALL/CONFIGURE
index 24107dc61c8..7c53e92ebc4 100644
--- a/INSTALL/CONFIGURE
+++ b/INSTALL/CONFIGURE
@@ -1,5 +1,5 @@
- Configuring egcs-1.0.2
+ Configuring egcs-1.0.3
Like most GNU software, egcs must be configured before it can be
built. This document attempts to describe the recommended
diff --git a/INSTALL/FINALINSTALL b/INSTALL/FINALINSTALL
index 7676b30956c..0e0e0bbcf39 100644
--- a/INSTALL/FINALINSTALL
+++ b/INSTALL/FINALINSTALL
@@ -1,5 +1,5 @@
- Final install egcs-1.0.2
+ Final install egcs-1.0.3
Now that egcs has been built and tested, you can install it with `cd
objdir; make install' for a native compiler or `cd objdir; make
diff --git a/INSTALL/INDEX b/INSTALL/INDEX
index a10ef876b37..e308a8fd5e9 100644
--- a/INSTALL/INDEX
+++ b/INSTALL/INDEX
@@ -1,5 +1,5 @@
- Installing egcs-1.0.2
+ Installing egcs-1.0.3
This document describes the generic installation procedure for egcs as
well as detailing some target specific installation instructions for
diff --git a/INSTALL/TEST b/INSTALL/TEST
index a31422f0f9c..b967f1da9ec 100644
--- a/INSTALL/TEST
+++ b/INSTALL/TEST
@@ -1,5 +1,5 @@
- Testing egcs-1.0.2
+ Testing egcs-1.0.3
Before you install egcs, you might wish to run the egcs testsuite;
this step is optional and may require you to download additional
diff --git a/INSTALL/build.html b/INSTALL/build.html
index d774076886a..de31631c692 100644
--- a/INSTALL/build.html
+++ b/INSTALL/build.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Building egcs-1.0.2 </title>
+<title>Building egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Building egcs-1.0.2</h1>
+<h1 align="center">Building egcs-1.0.3</h1>
<p>Now that egcs is configured, you are ready to build the compiler and
runtime libraries.
diff --git a/INSTALL/configure.html b/INSTALL/configure.html
index 8c62e5024ca..f753cbafd49 100644
--- a/INSTALL/configure.html
+++ b/INSTALL/configure.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Configuring egcs-1.0.2 </title>
+<title>Configuring egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Configuring egcs-1.0.2</h1>
+<h1 align="center">Configuring egcs-1.0.3</h1>
<p>Like most GNU software, egcs must be configured before it can be built.
This document attempts to describe the recommended configuration procedure
diff --git a/INSTALL/finalinstall.html b/INSTALL/finalinstall.html
index 60c57e442c4..27a1ff8f610 100644
--- a/INSTALL/finalinstall.html
+++ b/INSTALL/finalinstall.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Final install egcs-1.0.2 </title>
+<title>Final install egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Final install egcs-1.0.2</h1>
+<h1 align="center">Final install egcs-1.0.3</h1>
<p>Now that egcs has been built and tested, you can install it with
`cd <i>objdir</i>; make install' for a native compiler or
diff --git a/INSTALL/index.html b/INSTALL/index.html
index d638a6dc92b..8db5995ae92 100644
--- a/INSTALL/index.html
+++ b/INSTALL/index.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Installing egcs-1.0.2 </title>
+<title>Installing egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Installing egcs-1.0.2</h1>
+<h1 align="center">Installing egcs-1.0.3</h1>
<p>This document describes the generic installation procedure for egcs as
well as detailing some target specific installation instructions for egcs.
diff --git a/INSTALL/specific.html b/INSTALL/specific.html
index fe69c613204..5cc95c7ca7e 100644
--- a/INSTALL/specific.html
+++ b/INSTALL/specific.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Host/Target specific installation notes for egcs-1.0.2 </title>
+<title>Host/Target specific installation notes for egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Host/Target specific installation notes for egcs-1.0.2</h1>
+<h1 align="center">Host/Target specific installation notes for egcs-1.0.3</h1>
<p><b>alpha*-*-*</b><br>
No specific installation needs/instructions.
diff --git a/INSTALL/test.html b/INSTALL/test.html
index d9793cc74f4..a5d8ff911c8 100644
--- a/INSTALL/test.html
+++ b/INSTALL/test.html
@@ -1,9 +1,9 @@
<html>
<head>
-<title>Testing egcs-1.0.2 </title>
+<title>Testing egcs-1.0.3 </title>
</head>
<body bgcolor="white">
-<h1 align="center">Testing egcs-1.0.2</h1>
+<h1 align="center">Testing egcs-1.0.3</h1>
<p>Before you install egcs, you might wish to run the egcs testsuite; this
step is optional and may require you to download additional software.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4b5c39d1b51..a0777b17f2b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 23 01:41:02 1998 Jeffrey A Law (law@cygnus.com)
+
+ * version.c: Bump for 1.0.3 pre-release.
+
Mon Apr 20 02:17:37 1998 Richard Henderson <rth@cygnus.com>
Jim Wilson <wilson@cygnus.com>
J"orn Rennecke <amylaar@cygnus.co.uk>
diff --git a/gcc/README b/gcc/README
index 4096f4cc1d8..ac11192b6ae 100644
--- a/gcc/README
+++ b/gcc/README
@@ -1,4 +1,4 @@
-This directory contains the egcs version 1.0.2 release of the GNU C
+This directory contains the egcs version 1.0.3 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 fc5202e6294..ca246a29c5c 100644
--- a/gcc/gcc.1
+++ b/gcc/gcc.1
@@ -23,7 +23,7 @@
.Id $Id: gcc.1,v 1.1.1.1.2.1 1997/12/03 08:07:52 law Exp $
.TH GCC 1 "\*(Dt" "GNU Tools" "GNU Tools"
.SH NAME
-gcc, g++ \- GNU project C and C++ Compiler (egcs-1.0.2)
+gcc, g++ \- GNU project C and C++ Compiler (egcs-1.0.3)
.SH SYNOPSIS
.B gcc
.RI "[ " option " | " filename " ].\|.\|."
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index d5c05b38799..b31d106ef8d 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -148,7 +148,7 @@ original English.
@sp 1
@c The version number appears twice more in this file.
-@center for egcs-1.0.2
+@center for egcs-1.0.3
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1988, 89, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
diff --git a/gcc/version.c b/gcc/version.c
index ed737df79e8..8d746b9e806 100644
--- a/gcc/version.c
+++ b/gcc/version.c
@@ -1 +1 @@
-char *version_string = "egcs-2.90.27 980315 (egcs-1.0.2 release)";
+char *version_string = "egcs-2.90.28 980423 (egcs-1.0.3 prerelease)";