summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/relnotes/install.texi4
-rw-r--r--doc/relnotes/intro.texi15
-rw-r--r--doc/relnotes/status.texi2
-rw-r--r--doc/started/buildrt.t5
-rw-r--r--doc/started/nextstep.t4
6 files changed, 14 insertions, 18 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0533e0fa6f..e3e413b74e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,7 +11,7 @@ if USE_HTML
html_DATA = index.html
endif
-EXTRA_DIST += common/cpright.texi common/setup.texi \
+EXTRA_DIST = common/cpright.texi common/setup.texi \
common/treedef.tex common/rtems.texi.in
if USE_HTML
diff --git a/doc/relnotes/install.texi b/doc/relnotes/install.texi
index ba4329bb66..969272c1fb 100644
--- a/doc/relnotes/install.texi
+++ b/doc/relnotes/install.texi
@@ -140,8 +140,8 @@ and installed, it will be necessary to modify the environment of
each RTEMS application developer to reflect at least the path of
the newly installed cross development toolset.
-The documentation for the FSF GNU and Cygnus tools is
-formatted using TeX. The RTEMS developers use TeX 3.14t3 to
+The documentation for the FSF GNU and open source tools is
+formatted using TeX. The RTEMS developers use TeX to
format the manuals for their own use. This document does not
contain instructions on the acquisition or installation of TeX
and supporting tools.
diff --git a/doc/relnotes/intro.texi b/doc/relnotes/intro.texi
index b7faa9ba1e..30e0914be8 100644
--- a/doc/relnotes/intro.texi
+++ b/doc/relnotes/intro.texi
@@ -15,7 +15,7 @@ procedure, and current status of Release @value{VERSION} of the RTEMS
executive. An installation procedure is provided which
describes the steps necessary to load and configure the RTEMS
environment, including the GNU Development Environment and the
-Cygnus NEWLIB ANSI C Library, on a host computer. The status of
+NEWLIB ANSI C Library, on a host computer. The status of
the RTEMS environment is given, which includes supported
processors and target boards, versions of the GNU utilities
which were used by the RTEMS developers for this release,
@@ -45,7 +45,7 @@ Each list may be subscribed to, archives view, etc. by visiting
* GNU Development Tools::
* ANSI C Libraries::
* GNU C Library::
-* Cygnus NEWLIB C Library::
+* NEWLIB C Library::
@end menu
This section discusses the freely available tools and
@@ -95,11 +95,6 @@ The primary ftp site for the FSF GNU tools is
prep.ai.mit.edu (18.71.0.38) in the /pub/gnu directory. These
tools are mirrored on numerous ftp sites.
-Cygnus maintains an ftp site -- ftp.cygnus.com
-(205.180.83.42) -- which contains a source code which appeals to
-embedded developers. Of especial interest on this site are the
-directories /pub/newlib and /pub/embedded.
-
@node ANSI C Libraries, GNU C Library, GNU Development Tools, Introduction Supporting Tools
@subsection ANSI C Libraries
@@ -109,14 +104,14 @@ distributable ANSI C Libraries:
@itemize @bullet
@item GNU C Library, and
-@item Cygnus NEWLIB
+@item NEWLIB
@end itemize
No C Library is included in the standard RTEMS
distribution. It is the responsibility of the user to obtain
and install a C Library separately.
-@node GNU C Library, Cygnus NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
+@node GNU C Library, NEWLIB C Library, ANSI C Libraries, Introduction Supporting Tools
@subsection GNU C Library
The GNU C Library is a robust and well-documented C
@@ -142,7 +137,7 @@ for reentrancy. This library is a collection of freely distributable
and public domain source code and is freely distributable with as few
restrictions as possible placed on the end user.
-@node Introduction Documentation, Installation Procedure, Cygnus NEWLIB C Library, Introduction
+@node Introduction Documentation, Installation Procedure, NEWLIB C Library, Introduction
@section Documentation
The RTEMS Documentation Set is provided online at
diff --git a/doc/relnotes/status.texi b/doc/relnotes/status.texi
index 109eebc506..7b8c5b6bd3 100644
--- a/doc/relnotes/status.texi
+++ b/doc/relnotes/status.texi
@@ -97,7 +97,7 @@ following processors and target boards:
@end itemize
-Support for the Cygnus NEWLIB Standard C Library is
+Support for the NEWLIB Standard C Library is
provided with this release which may be used on any of the RTEMS
supported targets. The BSPs only provide support for console
I/O only using this library. Support for the reentrancy
diff --git a/doc/started/buildrt.t b/doc/started/buildrt.t
index c2422963c1..5adf5477ef 100644
--- a/doc/started/buildrt.t
+++ b/doc/started/buildrt.t
@@ -137,8 +137,9 @@ command has numerous command line arguments. These arguments are
discussed in detail in documentation that comes with the RTEMS
distribution. A full list of these arguments can be obtained by running
@code{../rtems-@value{RTEMSAPI}.<VERSION>/configure --help} If you
-followed the procedure described in the section @ref{Unarchive the
-RTEMS Source} or @ref{Obtaining the RTEMS Source from CVS}, these configuration options can be found in the file
+followed the procedure described in the section @ref{Unarchive
+the RTEMS Source} or @ref{Obtaining the RTEMS Source from Git},
+these configuration options can be found in the file
rtems-@value{RTEMSAPI}.<VERSION>/README.configure.
@b{NOTE}: The GNAT/RTEMS run-time implementation is based on the POSIX
diff --git a/doc/started/nextstep.t b/doc/started/nextstep.t
index 01d05a7d70..82074cbd2b 100644
--- a/doc/started/nextstep.t
+++ b/doc/started/nextstep.t
@@ -48,10 +48,10 @@ In addition, the following manuals from the GNU Cross Compilation Toolset
include information on run-time services available.
@itemize @bullet
-@item @b{Cygnus C Support Library} describes the Standard C Library
+@item @b{C Support Library} describes the Standard C Library
functionality provided by Newlib's libc.
-@item @b{Cygnus C Math Library} describes the Standard C Math Library
+@item @b{C Math Library} describes the Standard C Math Library
functionality provided by Newlib's libm.
@end itemize