From ea6af4f25d50d9985d6f340cdffe5bcf8f98cd4b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jan 2000 23:33:46 +0000 Subject: Updated dates and miscellaneous. --- doc/posix_users/gen_size_report | 19 +++++++++++++------ doc/posix_users/libc.t | 4 +++- 2 files changed, 16 insertions(+), 7 deletions(-) (limited to 'doc/posix_users') 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 -- cgit v1.2.3