1.0.2 -> 1.0.3 changes.

From-SVN: r19381
This commit is contained in:
Jeffrey A Law 1998-04-23 00:47:30 +00:00 committed by Jeff Law
parent 495bf6087a
commit 552a1e5915
17 changed files with 29 additions and 21 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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>

View File

@ -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.

View File

@ -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 " ].\|.\|."

View File

@ -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.

View File

@ -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)";