*** empty log message ***

This commit is contained in:
Thomas Doerfler
2008-07-24 14:53:14 +00:00
parent d4886a0695
commit de3864ec4b
2 changed files with 4 additions and 8 deletions

View File

@@ -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.

View File

@@ -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