mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Updated dates and miscellaneous.
This commit is contained in:
@@ -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 © 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></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 © 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -271,5 +271,5 @@
|
||||
|
||||
</MENU>
|
||||
<HR>
|
||||
Copyright © 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
<P>Copyright © 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
<P>Copyright © 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
|
||||
@@ -55,5 +55,5 @@
|
||||
|
||||
</MENU>
|
||||
<HR>
|
||||
Copyright © 1988-1999 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
Copyright © 1988-2000 <A HREF="http://www.oarcorp.com" target="Text Frame">OAR Corporation</A>
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user