Commit 35f93a1e by Toon Moene Committed by Toon Moene

root.texi, [...]: Remove non-historical references to egcs/EGCS.

2000-11-05  Toon Moene  <toon@moene.indiv.nluug.nl>

	* root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
	Remove non-historical references to egcs/EGCS.

From-SVN: r37266
parent 436a88a6
2000-11-05 Toon Moene <toon@moene.indiv.nluug.nl>
* root.texi, news.texi, g77install.texi, g77.texi, bugs.texi:
Remove non-historical references to egcs/EGCS.
2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk> 2000-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
* Make-lang.in: Remove f77.distdir and f/INSTALL. * Make-lang.in: Remove f77.distdir and f/INSTALL.
......
...@@ -77,7 +77,7 @@ most consistent with the @code{g77} product in that version. ...@@ -77,7 +77,7 @@ most consistent with the @code{g77} product in that version.
An online, ``live'' version of this document An online, ``live'' version of this document
(derived directly from the mainline, development version (derived directly from the mainline, development version
of @code{g77} within @code{egcs}) of @code{g77} within @code{gcc})
is available via is available via
@uref{http://www.gnu.org/software/gcc/onlinedocs/g77_bugs.html}. @uref{http://www.gnu.org/software/gcc/onlinedocs/g77_bugs.html}.
Follow the ``Known Bugs'' link. Follow the ``Known Bugs'' link.
......
...@@ -751,7 +751,7 @@ So far, this has resulted in the three, somewhat ...@@ -751,7 +751,7 @@ So far, this has resulted in the three, somewhat
experimental, options added by @code{g77} to the @code{gcc} experimental, options added by @code{g77} to the @code{gcc}
compiler and its back end. compiler and its back end.
(These, in turn, have made their way into the @code{egcs} (These, in turn, had made their way into the @code{egcs}
version of the compiler, and do not exist in @code{gcc} version of the compiler, and do not exist in @code{gcc}
version 2.8 or versions of @code{g77} based on that version version 2.8 or versions of @code{g77} based on that version
of @code{gcc}.) of @code{gcc}.)
...@@ -1658,7 +1658,7 @@ This option is obsolete in @code{egcs} ...@@ -1658,7 +1658,7 @@ This option is obsolete in @code{egcs}
as of version 1.1. as of version 1.1.
The effect is instead achieved The effect is instead achieved
by the @code{lang_init_options} routine by the @code{lang_init_options} routine
in @file{egcs/gcc/f/com.c}. in @file{gcc/gcc/f/com.c}.
@cindex consistency checks @cindex consistency checks
@cindex internal consistency checks @cindex internal consistency checks
...@@ -10235,13 +10235,9 @@ introduced in version 0.5.20 and ...@@ -10235,13 +10235,9 @@ introduced in version 0.5.20 and
were withdrawn as of @code{g77} version 0.5.23 were withdrawn as of @code{g77} version 0.5.23
due to their not being supported by @code{gcc} version 2.8. due to their not being supported by @code{gcc} version 2.8.
These options, which control the assumptions regarding aliasing These options control the assumptions regarding aliasing
(overlapping) of writes and reads to main memory (core) made (overlapping) of writes and reads to main memory (core) made
by the @code{gcc} back end, by the @code{gcc} back end.
might well be added back (in some form) in a future version
of @code{gcc}.
However, these options @emph{are} supported by @code{egcs}.
The information below still is useful, but applies to The information below still is useful, but applies to
only those versions of @code{g77} that support the only those versions of @code{g77} that support the
...@@ -13951,8 +13947,8 @@ How to do this depends on the version of @code{g77}: ...@@ -13951,8 +13947,8 @@ How to do this depends on the version of @code{g77}:
@table @code @table @code
@item G77 0.5.24 (EGCS 1.1) @item G77 0.5.24 (EGCS 1.1)
@itemx G77 0.5.25 (EGCS 1.2) @itemx G77 0.5.25 (EGCS 1.2 - which became GCC 2.95)
Change the @code{lang_init_options} routine in @file{egcs/gcc/f/com.c}. Change the @code{lang_init_options} routine in @file{gcc/gcc/f/com.c}.
(Note that these versions of @code{g77} (Note that these versions of @code{g77}
perform internal consistency checking automatically perform internal consistency checking automatically
...@@ -15061,7 +15057,7 @@ the problem by editing $@{srcdir@}/proj.c, and what else to do. ...@@ -15061,7 +15057,7 @@ the problem by editing $@{srcdir@}/proj.c, and what else to do.
this problem, this problem,
which occurs only in releases of @code{g77} which occurs only in releases of @code{g77}
based on @code{gcc}. based on @code{gcc}.
(It does not occur in @code{egcs}.) (It did not occur in @code{egcs}.)
On AIX 4.1, @code{g77} might not build with the native (non-GNU) tools On AIX 4.1, @code{g77} might not build with the native (non-GNU) tools
due to a linker bug in coping with the @samp{-bbigtoc} option which due to a linker bug in coping with the @samp{-bbigtoc} option which
......
...@@ -51,10 +51,6 @@ The following information describes how to install @code{g77}. ...@@ -51,10 +51,6 @@ The following information describes how to install @code{g77}.
@clear OMIT-FSF-G77 @clear OMIT-FSF-G77
@ifset EGCS-G77
@set OMIT-FSF-G77
@end ifset
@ifset GCC-G77 @ifset GCC-G77
@set OMIT-FSF-G77 @set OMIT-FSF-G77
@end ifset @end ifset
...@@ -593,7 +589,6 @@ be fixed in a future version of @code{gcc}. ...@@ -593,7 +589,6 @@ be fixed in a future version of @code{gcc}.
@cindex AIX @cindex AIX
A linker bug on some versions of AIX 4.1 might prevent building A linker bug on some versions of AIX 4.1 might prevent building
when @code{g77} is built within @code{gcc}. when @code{g77} is built within @code{gcc}.
It might also occur when building within @code{egcs}.
@ifset DOC-G77 @ifset DOC-G77
@xref{LINKFAIL}. @xref{LINKFAIL}.
@end ifset @end ifset
......
...@@ -97,7 +97,9 @@ Note that two variants of @code{g77} are tracked below. ...@@ -97,7 +97,9 @@ Note that two variants of @code{g77} are tracked below.
The @code{egcs} variant is described vis-a-vis The @code{egcs} variant is described vis-a-vis
previous versions of @code{egcs} and/or previous versions of @code{egcs} and/or
an official FSF version, an official FSF version,
as appropriate. as appropriate. Note that all such variants are now
obsolete - the information is retained here only for
its historical value.
Therefore, @code{egcs} versions sometimes have multiple listings Therefore, @code{egcs} versions sometimes have multiple listings
to help clarify how they differ from other versions, to help clarify how they differ from other versions,
...@@ -144,7 +146,7 @@ of news about previous @code{g77} versions up-to-date. ...@@ -144,7 +146,7 @@ of news about previous @code{g77} versions up-to-date.
@ifclear USERVISONLY @ifclear USERVISONLY
An online, ``live'' version of this document An online, ``live'' version of this document
(derived directly from the mainline, development version (derived directly from the mainline, development version
of @code{g77} within @code{egcs}) of @code{g77} within @code{gcc})
is available at is available at
@uref{http://www.gnu.org/software/gcc/onlinedocs/g77_news.html}. @uref{http://www.gnu.org/software/gcc/onlinedocs/g77_news.html}.
@end ifclear @end ifclear
......
@c DEVELOPMENT is set to indicate an in-development version, @c DEVELOPMENT is set to indicate an in-development version,
@c as compared to a release version. When making a release @c as compared to a release version. When making a release
@c (e.g. a release branch in the CVS repository for egcs), @c (e.g. a release branch in the CVS repository for gcc),
@c clear this and set the version information correctly. @c clear this and set the version information correctly.
@set DEVELOPMENT @set DEVELOPMENT
@set version-g77 0.5.25 @set version-g77 0.5.25
@set version-egcs 1.2 @set version-gcc 2.97
@set version-gcc 2.95
@c GCC-G77 indicates this is the GCC (2.95 or later) version of g77. @c GCC-G77 indicates this is the GCC (2.95 or later) version of g77.
@set GCC-G77 @set GCC-G77
...@@ -18,8 +17,8 @@ ...@@ -18,8 +17,8 @@
@set email-general gcc@@gcc.gnu.org @set email-general gcc@@gcc.gnu.org
@set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org @set email-bugs gcc-bugs@@gcc.gnu.org or bug-gcc@@gnu.org
@set path-g77 egcs/gcc/f @set path-g77 gcc/gcc/f
@set path-libf2c egcs/libf2c @set path-libf2c gcc/libf2c
@ifset GCC-G77 @ifset GCC-G77
@set which-g77 GCC-@value{version-gcc} @set which-g77 GCC-@value{version-gcc}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment