summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/BAD.html2
-rw-r--r--doc/HELP.html2
-rw-r--r--doc/Make.config2
-rw-r--r--doc/common/setup.texi10
-rw-r--r--doc/index.html2
-rw-r--r--doc/posix_users/gen_size_report19
-rw-r--r--doc/posix_users/libc.t4
-rw-r--r--doc/rtems_footer.html2
-rw-r--r--doc/rtems_support.html2
9 files changed, 27 insertions, 18 deletions
diff --git a/doc/BAD.html b/doc/BAD.html
index 1f500973bf..7be09d069a 100644
--- a/doc/BAD.html
+++ b/doc/BAD.html
@@ -18,5 +18,5 @@ in fixing this or have a fix for this bug, please contact
<A HREF="mailto:rtems@OARcorp.com"><I>rtems@OARcorp.com</I>.</A>
<HR>
-Copyright &copy; 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/HELP.html b/doc/HELP.html
index 2c14e7b08c..851d083d10 100644
--- a/doc/HELP.html
+++ b/doc/HELP.html
@@ -18,5 +18,5 @@ want to contribute to RTEMS, please contact
<A HREF="mailto:rtems@OARcorp.com"><I>rtems@OARcorp.com</I></A>
<HR>
-Copyright &copy; 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/Make.config b/doc/Make.config
index e9be9c8473..c08a37a09d 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -4,7 +4,7 @@
# $Id$
#
-RTEMS_VERSION=19991117
+RTEMS_VERSION=20000104
#DOC_INSTALL_BASE=/usr1/rtems/tmp/rtemsdoc-$(RTEMS_VERSION)
DOC_INSTALL_BASE=/home/httpd/html/rtems/rtemsdoc-$(RTEMS_VERSION)
# DOC_INSTALL_BASE=/home/httpd/html/rtems/doc/rtems
diff --git a/doc/common/setup.texi b/doc/common/setup.texi
index 68e7a0d4c5..38ff545f7f 100644
--- a/doc/common/setup.texi
+++ b/doc/common/setup.texi
@@ -10,11 +10,11 @@
@c Set Variables
@c
-@set RTEMS-RELEASE 19991117
-@set RTEMS-EDITION 19991117
-@set RTEMS-VERSION 19991117
-@set RTEMS-UPDATE-DATE November 17 1999
-@set RTEMS-UPDATE-MONTH November 1999
+@set RTEMS-RELEASE 20000104
+@set RTEMS-EDITION 20000104
+@set RTEMS-VERSION 20000104
+@set RTEMS-UPDATE-DATE January 4 2000
+@set RTEMS-UPDATE-MONTH January 2000
@c
@c The following determines which set of the tables and figures we will use.
diff --git a/doc/index.html b/doc/index.html
index 40b14a7595..4ad742870f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -271,5 +271,5 @@
</MENU>
<HR>
-Copyright &copy; 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>
diff --git a/doc/posix_users/gen_size_report b/doc/posix_users/gen_size_report
index 3b2ffd21bc..d2d1b02979 100644
--- a/doc/posix_users/gen_size_report
+++ b/doc/posix_users/gen_size_report
@@ -12,12 +12,19 @@
#cpu=sparc
#bsp=erc32
-cpu=powerpc
-bsp=mcp750
+#cpu=powerpc
+#bsp=mcp750
-objdir=/usr1/rtems/build/build-${cpu}-rtems/${cpu}-rtems/c/${bsp}/
-libc=/opt/rtems/${cpu}-rtems/lib/libc.a
-libm=/opt/rtems/${cpu}-rtems/lib/libm.a
+cpu=v850
+bsp=bare
+symprefix=_
+
+#objdir=/usr1/rtems/build/build-${cpu}-rtems/${cpu}-rtems/c/${bsp}/
+#libc=/opt/rtems/${cpu}-rtems/lib/libc.a
+#libm=/opt/rtems/${cpu}-rtems/lib/libm.a
+objdir=/usr1/rtems/work/tools-v850/b-rtems/${cpu}-rtems/c/${bsp}/
+libc=/usr2/test-v850/${cpu}-rtems/lib/libc.a
+libm=/usr2/test-v850/${cpu}-rtems/lib/libm.a
srcdir=$r/src
docdir=$d
nm=${cpu}-rtems-nm
@@ -28,7 +35,7 @@ check_objs()
{
for i in *.o
do
- ${nm} $i | grep "T ${1}$" >/dev/null
+ ${nm} $i | grep "T ${symprefix}${1}$" >/dev/null
if [ $? -eq 0 ] ; then
echo $i
return 0
diff --git a/doc/posix_users/libc.t b/doc/posix_users/libc.t
index d373b01abc..43f40e28bb 100644
--- a/doc/posix_users/libc.t
+++ b/doc/posix_users/libc.t
@@ -32,7 +32,9 @@ This section lists the routines that provided by the Newlib C Library.
@item @code{getenv} - Look up environment variable
@item @code{labs} - Long integer absolute value (magnitude)
@item @code{ldiv} - Divide two long integers
-@item @code{malloc} - Allocate and manage memory (malloc, realloc, free)
+@item @code{malloc} - Allocate memory
+@item @code{realloc} - Reallocate memory
+@item @code{free} - Free previously allocated memory
@item @code{mallinfo} - Get information about allocated memory
@item @code{__malloc_lock} - Lock memory pool for malloc and free
@item @code{mbstowcs} - Minimal multibyte string to wide string converter
diff --git a/doc/rtems_footer.html b/doc/rtems_footer.html
index 6aec729ecf..07179683c9 100644
--- a/doc/rtems_footer.html
+++ b/doc/rtems_footer.html
@@ -1 +1 @@
-<P>Copyright &copy; 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+<P>Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
diff --git a/doc/rtems_support.html b/doc/rtems_support.html
index ca21a772ba..3320bf3454 100644
--- a/doc/rtems_support.html
+++ b/doc/rtems_support.html
@@ -55,5 +55,5 @@
</MENU>
<HR>
-Copyright &copy; 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
+Copyright &copy; 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
</BODY></HTML>