From 8f602ce476e10ec3a01537a2a822020b240da82f Mon Sep 17 00:00:00 2001
From: jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Wed, 13 Jun 2001 07:55:27 +0000
Subject: [PATCH] 	* README: Replace with a cut-down and updated version
 of gcc/README.

gcc:
	* README: Remove.  Some of the contents moved to ../README.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43312 138bc75d-0d04-0410-961f-82ee72b054a4
---
 ChangeLog     |  4 ++++
 README        | 26 +++++++++++++-------------
 gcc/ChangeLog |  4 ++++
 gcc/README    | 26 --------------------------
 4 files changed, 21 insertions(+), 39 deletions(-)
 delete mode 100644 gcc/README

diff --git a/ChangeLog b/ChangeLog
index bd2db16a8466..d2dea554b479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* README: Replace with a cut-down and updated version of gcc/README.
+
 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
 
 	* config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
diff --git a/README b/README
index 660ab17735f1..d8185aa33cf0 100644
--- a/README
+++ b/README
@@ -1,17 +1,17 @@
-		   README for GNU development tools
+This directory contains the GNU Compiler Collection (GCC) version 3.0.
 
-This directory contains various GNU compilers, assemblers, linkers, 
-debuggers, etc., plus their support routines, definitions, and documentation.
+The GNU Compiler Collection is free software.  See the file COPYING
+for copying permission.  The manuals, and some of the runtime
+libraries, are under different terms; see the individual source files
+for details.
 
+The directory INSTALL contains copies of the installation information
+as HTML and plain text.  The source of this information is
+gcc/doc/install.texi.  The installation information includes details
+of what is included in the GCC sources and what files GCC installs.
 
-Check the INSTALL directory for detailed configuration and installation
-instructions.
+See the file gcc/doc/gcc.texi (together with other files that it
+includes) for usage and porting information.  An online readable
+version of the manual is in the files gcc/doc/gcc.info*.
 
-
-Much of the code and documentation enclosed is copyright by
-the Free Software Foundation, Inc.  See the file COPYING or
-COPYING.LIB in the various directories, for a description of the
-GNU General Public License terms under which you can copy the files.
-
-REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
-on where and how to report problems.
+See http://gcc.gnu.org/bugs.html for how to report bugs usefully.
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7761aa5e3769..09f0c79eb192 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* README: Remove.  Some of the contents moved to ../README.
+
 2001-06-13  Alexandre Oliva  <aoliva@redhat.com>
 
 	* doc/install.texi (--enable-shared): List package names
diff --git a/gcc/README b/gcc/README
deleted file mode 100644
index 6a49bc9a0325..000000000000
--- a/gcc/README
+++ /dev/null
@@ -1,26 +0,0 @@
-This directory contains the GNU Compiler Collection (GCC) version 3.0.
-It includes all of the support for compiling C, C++, Objective C, Fortran,
-Java, and Chill.
-
-The GNU Compiler Collection is free software.  See the file COPYING for
-copying permission.
-
-See the file doc/gcc.texi (together with other files that it includes)
-for installation and porting information.  The directory ../INSTALL
-contains copies of the installation information as HTML and plain text.
-
-Installing this package will create various files in subdirectories of
-/usr/local/lib, which are passes used by the compiler and a library
-named libgcc.a.  It will also create /usr/local/bin/gcc, which is
-the user-level command to do a compilation.
-
-See the Bugs chapter of the GCC Manual for how to report bugs
-usefully.  An online readable version of the manual is in the files
-gcc.info*.
-
-The files pself.c and pself1.c are not part of GCC.
-They are programs that print themselves on standard output.
-They were written by Dario Dariol and Giovanni Cozzi, and are
-included for your hacking pleasure.  Likewise pself2.c
-(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
-Fakhreyev).
-- 
GitLab