mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
Updated dates and miscellaneous.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user