This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Remove chill


On Wed, 17 Apr 2002, Gerald Pfeifer wrote:

> On Tue, 16 Apr 2002, Joseph S. Myers wrote:
> > Mentions in install.texi and invoke.texi.
> 
> I'll take care of gcc/doc/install.texi later today.
> 
> Can you take care of (some of) the other issues?

Mainline and branch patches for invoke.texi applied:

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.13794
diff -u -r1.13794 ChangeLog
--- ChangeLog	20 Apr 2002 18:01:45 -0000	1.13794
+++ ChangeLog	20 Apr 2002 20:41:34 -0000
@@ -1,3 +1,8 @@
+2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/invoke.texi: Remove Chill references.
+	* doc/gcc.texi: Update last modified date.
+
 2002-04-20  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
 
 	* config/h8300/lib1funcs.asm (___mulsi3): Use hardware
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.137
diff -u -r1.137 invoke.texi
--- doc/invoke.texi	31 Mar 2002 03:11:19 -0000	1.137
+++ doc/invoke.texi	20 Apr 2002 20:41:36 -0000
@@ -784,10 +784,6 @@
 @c @var{file}.p
 @c @var{file}.pas
 
-@item @var{file}.ch
-@itemx @var{file}.chi
-CHILL source code (preprocessed with the traditional preprocessor).
-
 @item @var{file}.s
 Assembler code.
 
@@ -814,7 +810,6 @@
 objective-c  objc-cpp-output
 assembler  assembler-with-cpp
 ada
-chill
 f77  f77-cpp-input  ratfor
 java
 @end example
Index: doc/gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.52
diff -u -r1.52 gcc.texi
--- doc/gcc.texi	7 Jan 2002 19:03:35 -0000	1.52
+++ doc/gcc.texi	20 Apr 2002 20:41:36 -0000
@@ -102,7 +102,7 @@
 @sp 2
 @center Richard M. Stallman
 @sp 3
-@center Last updated 7 January 2002
+@center Last updated 20 April 2002
 @sp 1
 
 @center for GCC @value{version-GCC}
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.13152.2.418
diff -u -r1.13152.2.418 ChangeLog
--- ChangeLog	20 Apr 2002 04:43:32 -0000	1.13152.2.418
+++ ChangeLog	20 Apr 2002 20:41:47 -0000
@@ -1,3 +1,8 @@
+2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/invoke.texi: Remove Chill references.
+	* doc/gcc.texi: Update last modified date.
+
 2002-04-19  David S. Miller  <davem@redhat.com>
 
 	* config/sparc/linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.
Index: doc/invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.119.2.9
diff -u -r1.119.2.9 invoke.texi
--- doc/invoke.texi	31 Mar 2002 03:10:17 -0000	1.119.2.9
+++ doc/invoke.texi	20 Apr 2002 20:41:51 -0000
@@ -783,10 +783,6 @@
 @c @var{file}.p
 @c @var{file}.pas
 
-@item @var{file}.ch
-@itemx @var{file}.chi
-CHILL source code (preprocessed with the traditional preprocessor).
-
 @item @var{file}.s
 Assembler code.
 
@@ -813,7 +809,6 @@
 objective-c  objc-cpp-output
 assembler  assembler-with-cpp
 ada
-chill
 f77  f77-cpp-input  ratfor
 java
 @end example
Index: doc/gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.52
diff -u -r1.52 gcc.texi
--- doc/gcc.texi	7 Jan 2002 19:03:35 -0000	1.52
+++ doc/gcc.texi	20 Apr 2002 20:41:51 -0000
@@ -102,7 +102,7 @@
 @sp 2
 @center Richard M. Stallman
 @sp 3
-@center Last updated 7 January 2002
+@center Last updated 20 April 2002
 @sp 1
 
 @center for GCC @value{version-GCC}

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]