mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-04 14:45:46 +00:00
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c, startup/bspstart.c.nocache: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2000-11-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
|
||||||
|
libio.h, and libcsupport.h moved from libc to lib/include/rtems and
|
||||||
|
now must be referenced as <rtems/XXX.h>. Header file order
|
||||||
|
was cleaned up while doing this.
|
||||||
|
Also removed obsolete references to STACK_CHECKER_ON.
|
||||||
|
|
||||||
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
||||||
|
|||||||
@@ -19,17 +19,12 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#include <bsp.h>
|
#include <bsp.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
#include <rtems/libcsupport.h>
|
||||||
|
|
||||||
#include <libcsupport.h>
|
|
||||||
|
|
||||||
#include <string.h>
|
|
||||||
|
|
||||||
#ifdef STACK_CHECKER_ON
|
|
||||||
#include <stackchk.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The original table from the application (in ROM) and our copy of it with
|
* The original table from the application (in ROM) and our copy of it with
|
||||||
* some changes. Configuration is defined in <confdefs.h>. Make sure that
|
* some changes. Configuration is defined in <confdefs.h>. Make sure that
|
||||||
@@ -87,15 +82,6 @@ void bsp_pretasking_hook(void)
|
|||||||
|
|
||||||
bsp_libc_init( &_HeapStart, &_HeapEnd - &_HeapStart, 0 );
|
bsp_libc_init( &_HeapStart, &_HeapEnd - &_HeapStart, 0 );
|
||||||
|
|
||||||
#ifdef STACK_CHECKER_ON
|
|
||||||
/*
|
|
||||||
* Initialize the stack bounds checker
|
|
||||||
* We can either turn it on here or from the app.
|
|
||||||
*/
|
|
||||||
|
|
||||||
Stack_check_Initialize();
|
|
||||||
#endif /* STACK_CHECKER_ON */
|
|
||||||
|
|
||||||
#ifdef RTEMS_DEBUG
|
#ifdef RTEMS_DEBUG
|
||||||
rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
|
rtems_debug_enable( RTEMS_DEBUG_ALL_MASK );
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user