change log for rtems (2010-07-10)

rtems-vc at rtems.org rtems-vc at rtems.org
Sat Jul 10 15:11:23 UTC 2010


 *joel*:
2010-07-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* libcsupport/Makefile.am: Remove these files as they are uused.
	* libcsupport/src/__brk.c, libcsupport/src/__sbrk.c: Removed.

M 1.2498  cpukit/ChangeLog
M  1.125  cpukit/libcsupport/Makefile.am
R   1.14  cpukit/libcsupport/src/__brk.c
R    1.6  cpukit/libcsupport/src/__sbrk.c

diff -u rtems/cpukit/ChangeLog:1.2497 rtems/cpukit/ChangeLog:1.2498
--- rtems/cpukit/ChangeLog:1.2497	Sat Jul 10 08:48:47 2010
+++ rtems/cpukit/ChangeLog	Sat Jul 10 09:30:25 2010
@@ -1,3 +1,8 @@
+2010-07-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* libcsupport/Makefile.am: Remove these files as they are uused.
+	* libcsupport/src/__brk.c, libcsupport/src/__sbrk.c: Removed.
+
 2010-07-10	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* libcsupport/src/__times.c: Formatting.

diff -u rtems/cpukit/libcsupport/Makefile.am:1.124 rtems/cpukit/libcsupport/Makefile.am:1.125
--- rtems/cpukit/libcsupport/Makefile.am:1.124	Thu Jul  1 12:22:02 2010
+++ rtems/cpukit/libcsupport/Makefile.am	Sat Jul 10 09:30:25 2010
@@ -86,7 +86,7 @@
 MALLOC_C_FILES = src/malloc_initialize.c src/calloc.c src/malloc.c \
     src/realloc.c src/_calloc_r.c src/_malloc_r.c \
     src/free.c src/freenode.c src/_free_r.c \
-    src/_realloc_r.c src/__brk.c src/__sbrk.c src/mallocfreespace.c \
+    src/_realloc_r.c src/mallocfreespace.c \
     src/mallocinfo.c src/malloc_walk.c src/malloc_get_statistics.c \
     src/malloc_report_statistics.c src/malloc_report_statistics_plugin.c \
     src/malloc_statistics_helpers.c src/posix_memalign.c \


 *joel*:
2010-07-10	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* libcsupport/Makefile.am: Do not build libio_sockets.c if networking
	is not enabled.

M 1.2499  cpukit/ChangeLog
M  1.126  cpukit/libcsupport/Makefile.am

diff -u rtems/cpukit/ChangeLog:1.2498 rtems/cpukit/ChangeLog:1.2499
--- rtems/cpukit/ChangeLog:1.2498	Sat Jul 10 09:30:25 2010
+++ rtems/cpukit/ChangeLog	Sat Jul 10 09:31:45 2010
@@ -1,5 +1,10 @@
 2010-07-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
 
+	* libcsupport/Makefile.am: Do not build libio_sockets.c if networking
+	is not enabled.
+
+2010-07-10	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
 	* libcsupport/Makefile.am: Remove these files as they are uused.
 	* libcsupport/src/__brk.c, libcsupport/src/__sbrk.c: Removed.
 

diff -u rtems/cpukit/libcsupport/Makefile.am:1.125 rtems/cpukit/libcsupport/Makefile.am:1.126
--- rtems/cpukit/libcsupport/Makefile.am:1.125	Sat Jul 10 09:30:25 2010
+++ rtems/cpukit/libcsupport/Makefile.am	Sat Jul 10 09:31:45 2010
@@ -45,9 +45,13 @@
 
 BASE_FS_C_FILES = src/base_fs.c src/mount.c src/unmount.c src/libio.c \
     src/mount-mgr.c src/mount-mktgt.c src/libio_init.c \
-    src/libio_sockets.c src/eval.c src/fs_null_handlers.c src/privateenv.c \
+    src/eval.c src/fs_null_handlers.c src/privateenv.c \
     src/open_dev_console.c src/__usrenv.c src/rtems_mkdir.c
 
+if LIBNETWORKING
+BASE_FS_C_FILES += src/libio_sockets.c
+endif
+
 TERMIOS_C_FILES = src/cfgetispeed.c src/cfgetospeed.c src/cfsetispeed.c \
     src/cfsetospeed.c src/tcgetattr.c src/tcsetattr.c src/tcdrain.c \
     src/tcflow.c src/tcflush.c src/tcgetpgrp.c src/tcsendbreak.c \



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100710/c5026fa2/attachment-0001.html>


More information about the vc mailing list