summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-24 14:53:14 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-24 14:53:14 +0000
commitde3864ec4bb4fa59bab36bdb9eca59606f453f3d (patch)
treea047e70d2b9b936ad576bf2f03b56eb326603903
parentChanged bsp_get_workarea() to bsp_get_work_area() and (diff)
downloadrtems-de3864ec4bb4fa59bab36bdb9eca59606f453f3d.tar.bz2
*** empty log message ***
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libcsupport/include/rtems/libcsupport.h7
2 files changed, 4 insertions, 8 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d87a05f35f..5d62e1f28d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,8 @@
2008-07-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
+ * libcsupport/include/rtems/libcsupport.h: Moved declaration of
+ bsp_libc_init() into new bootcard.h.
+
* cpukit/include/rtems/irq-extension.h: New function
rtems_interrupt_handler_iterate() for system information and
diagnostics.
@@ -131,7 +134,7 @@
* include/rtems/status-checks.h: Fix style.
-2008-07-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
+2008-07-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/include/rtems/rtems/intr.h: Documentation.
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/libcsupport/include/rtems/libcsupport.h
index e6db490670..6bd95e763f 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/libcsupport/include/rtems/libcsupport.h
@@ -73,13 +73,6 @@ rtems_extension libc_delete_hook(
0 /* fatal */ \
}
-/*
- * FIXME: Nearly every BSP declares this function in the BSP startup file
- * separately and uses the implementation in c/src/lib/libbsp/shared/bsplibc.c.
- * Why differ the parameter types from RTEMS_Malloc_Initialize()?
- */
-void bsp_libc_init( void *heap_start, uint32_t heap_size, int use_sbrk);
-
#ifdef __cplusplus
}
#endif