summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-21 19:32:19 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-06-21 19:32:19 +0000
commitfc69b0bf718e4519d93f1b8878bd9b76eee7ad77 (patch)
treedf10407a3f67ad1e086ce071ab15c6ae2c205cf9
parent023a4cef536ea4a1de7c4f1b6814f2751ceacc43 (diff)
downloadgcc-fc69b0bf718e4519d93f1b8878bd9b76eee7ad77.tar.gz
Fix massive typo/thinko in previous ChangeLog entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43489 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 89b16c7680c..6db8ee93b60 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,23 +2,6 @@
* doc/install.texi: Add 'c' to list of --enable-languages choices.
-
-Index: doc/install.texi
-===================================================================
-RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
-retrieving revision 1.31
-diff -u -3 -p -r1.31 install.texi
---- install.texi 2001/06/21 15:25:54 1.31
-+++ install.texi 2001/06/21 18:59:08
-@@ -546,7 +546,7 @@ their runtime libraries should be built.
- @var{langN} you can issue the following command in the
- @file{gcc} directory of your GCC source tree:@* @samp{grep language=
- */config-lang.in}@* Currently, you can use any of the following:
--@code{c++}, @code{f77}, @code{java} and @code{objc}.
-+@code{c}, @code{c++}, @code{f77}, @code{java} and @code{objc}.
- @code{CHILL} is not currently maintained, and will almost
- certainly fail to compile. Note that this switch does not work with
- EGCS 1.1.2 or older versions of egcs. It is supported in GCC 2.95
2001-06-21 DJ Delorie <dj@redhat.com>
* integrate.c (mark_hard_reg_initial_vals): Check for NULL.