summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Make.config2
-rw-r--r--doc/common/setup.texi6
-rw-r--r--doc/relnotes/intro.texi8
-rw-r--r--doc/started/versions.texi20
-rw-r--r--doc/started_ada/buildada.t2
-rw-r--r--doc/started_ada/versions.texi16
6 files changed, 23 insertions, 31 deletions
diff --git a/doc/Make.config b/doc/Make.config
index 596e1c4166..2b7cab80b8 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -4,7 +4,7 @@
# $Id$
#
-RTEMS_VERSION=4.0.0-beta4b
+RTEMS_VERSION=4.0.0
DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-$(RTEMS_VERSION)
SRCDIR=/usr1/rtems/rtemsdoc-work
diff --git a/doc/common/setup.texi b/doc/common/setup.texi
index 7ae77b0ddb..8578a86ece 100644
--- a/doc/common/setup.texi
+++ b/doc/common/setup.texi
@@ -10,9 +10,9 @@
@c Set Variables
@c
-@set RTEMS-RELEASE 4.0.0-beta4b
-@set RTEMS-EDITION 4.0.0-beta4b
-@set RTEMS-VERSION 4.0.0-beta4b
+@set RTEMS-RELEASE 4.0.0
+@set RTEMS-EDITION 4.0.0
+@set RTEMS-VERSION 4.0.0
@set RTEMS-UPDATE-DATE October 27 1998
@set RTEMS-UPDATE-MONTH October 1998
diff --git a/doc/relnotes/intro.texi b/doc/relnotes/intro.texi
index d6deb61a84..f8395d7994 100644
--- a/doc/relnotes/intro.texi
+++ b/doc/relnotes/intro.texi
@@ -184,14 +184,6 @@ 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.
-The RTEMS specific support code for NEWLIB has been
-submitted to the NEWLIB maintainers and should be included in a
-future release. Until that time, it is recommended that the
-beta version of NEWLIB with RTEMS support added be used by the
-application developer. The beta version of NEWLIB with RTEMS
-specific support is ONLY available on the OAR ftp site. This
-beta version is strictly tied to a particular RTEMS release.
-
The primary ftp site for this library is ftp.cygnus.com (205.180.83.42).
@ifinfo
diff --git a/doc/started/versions.texi b/doc/started/versions.texi
index 57b039f406..63bca0f05b 100644
--- a/doc/started/versions.texi
+++ b/doc/started/versions.texi
@@ -27,7 +27,7 @@
@set GCC-FTPSITE egcs.cygnus.com
@set GCC-FTPDIR /pub/egcs/releases/egcs-1.1b
@set GCC-HTTPDIR /pub/egcs/releases/index.html
-@set GCC-RTEMSPATCH egcs-1.1b-rtems-diff-19981012.gz
+@set GCC-RTEMSPATCH egcs-1.1b-rtems-diff-19981027.gz
@c
@c BINUTILS Version
@@ -39,7 +39,7 @@
@set BINUTILS-UNTAR binutils-2.9.1
@set BINUTILS-FTPSITE ftp.gnu.org
@set BINUTILS-FTPDIR /pub/gnu
-@set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981012.gz
+@set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981027.gz
@c When forced to use a snapshot
@c @set BINUTILS-VERSION gas 980314
@@ -47,7 +47,7 @@
@c @set BINUTILS-UNTAR gas-980314
@c @set BINUTILS-FTPSITE ftp.OARcorp.com
@c @set BINUTILS-FTPDIR /oarcorp/private/beta3/ada_tools
-@c @set BINUTILS-RTEMSPATCH binutils-2.8.1-rtems-diff-980321.gz
+@c @set BINUTILS-RTEMSPATCH binutils-2.8.1-rtems-diff-1998xxxx.gz
@c
@c NEWLIB Version
@@ -58,7 +58,7 @@
@set NEWLIB-UNTAR newlib-1.8.0
@set NEWLIB-FTPSITE ftp.cygnus.com
@set NEWLIB-FTPDIR /pub/newlib
-@set NEWLIB-RTEMSPATCH newlib-1.8.0-rtems-diff-19981012.gz
+@set NEWLIB-RTEMSPATCH newlib-1.8.0-rtems-diff-19981027.gz
@c
@c GDB Version
@@ -69,18 +69,18 @@
@set GDB-UNTAR gdb-4.17
@set GDB-FTPSITE ftp.gnu.org
@set GDB-FTPDIR /pub/gnu
-@set GDB-RTEMSPATCH gdb-4.17-rtems-diff-19981012.gz
+@set GDB-RTEMSPATCH gdb-4.17-rtems-diff-19981027.gz
@c
@c RTEMS Version
@c
-@set RTEMS-VERSION RTEMS 4.0.0-beta4b
-@set RTEMS-TAR rtems-4.0.0-beta4b.tgz
-@set RTEMS-UNTAR rtems-4.0.0-beta4b
+@set RTEMS-VERSION RTEMS 4.0.0
+@set RTEMS-TAR rtems-4.0.0.tgz
+@set RTEMS-UNTAR rtems-4.0.0
@set RTEMS-FTPSITE ftp.OARcorp.com
-@set RTEMS-FTPDIR /oarcorp/private/beta4
-@set BUILDTOOLS-TAR c_build_scripts-19981012.tgz
+@set RTEMS-FTPDIR /pub/rtems/4.0.0
+@set BUILDTOOLS-TAR c_build_scripts-4.0.0.tgz
diff --git a/doc/started_ada/buildada.t b/doc/started_ada/buildada.t
index 8d051bc326..dfd9163ab9 100644
--- a/doc/started_ada/buildada.t
+++ b/doc/started_ada/buildada.t
@@ -114,7 +114,7 @@ specific patches.
@example
FTP Site: @value{RTEMS-FTPSITE}
Directory: @value{RTEMS-FTPDIR}/ada_tools
- File: bit_ada
+ File: @value{BUILDTOOLS-TAR}
@ifset BINUTILS-RTEMSPATCH
File: @value{BINUTILS-RTEMSPATCH}
@end ifset
diff --git a/doc/started_ada/versions.texi b/doc/started_ada/versions.texi
index 8e5cf956d0..d238b85558 100644
--- a/doc/started_ada/versions.texi
+++ b/doc/started_ada/versions.texi
@@ -49,7 +49,7 @@
@set BINUTILS-UNTAR binutils-2.9.1
@set BINUTILS-FTPSITE ftp.gnu.org
@set BINUTILS-FTPDIR /pub/gnu
-@set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981012.gz
+@set BINUTILS-RTEMSPATCH binutils-2.9.1-rtems-diff-19981027.gz
@c When forced to use a snapshot
@c @set BINUTILS-VERSION gas 980314
@@ -68,7 +68,7 @@
@set NEWLIB-UNTAR newlib-1.8.0
@set NEWLIB-FTPSITE ftp.cygnus.com
@set NEWLIB-FTPDIR /pub/newlib
-@set NEWLIB-RTEMSPATCH newlib-1.8.0-rtems-diff-19981012.gz
+@set NEWLIB-RTEMSPATCH newlib-1.8.0-rtems-diff-19981027.gz
@c
@c GDB Version
@@ -79,18 +79,18 @@
@set GDB-UNTAR gdb-4.17
@set GDB-FTPSITE ftp.gnu.org
@set GDB-FTPDIR /pub/gnu
-@set GDB-RTEMSPATCH gdb-4.17-rtems-diff-19981012.gz
+@set GDB-RTEMSPATCH gdb-4.17-rtems-diff-19981027.gz
@c @set GDB-GNATPATCH gdb-ada-patch-1.17.8.gz
@c
@c RTEMS Version
@c
-@set RTEMS-VERSION RTEMS 4.0.0-beta4b
-@set RTEMS-TAR rtems-4.0.0-beta4b.tgz
-@set RTEMS-UNTAR rtems-4.0.0-beta4b
+@set RTEMS-VERSION RTEMS 4.0.0
+@set RTEMS-TAR rtems-4.0.0.tgz
+@set RTEMS-UNTAR rtems-4.0.0
@set RTEMS-FTPSITE ftp.OARcorp.com
-@set RTEMS-FTPDIR /oarcorp/private/beta4
-@set BUILDTOOLS-TAR ada_build_scripts-19981012.tgz
+@set RTEMS-FTPDIR /pub/rtems/4.0.0
+@set BUILDTOOLS-TAR ada_build_scripts-4.0.0.tgz