From fd152eb2e6ea758fa6ec4af383e81df4fc34c3af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 1 Nov 2000 21:22:47 +0000 Subject: 2000-11-01 Joel Sherrill * 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 . Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON. --- c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 8 ++++++++ .../libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache | 20 +++----------------- 2 files changed, 11 insertions(+), 17 deletions(-) (limited to 'c') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog index 6aaa2eca80..bb4f36ae8f 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @@ -1,3 +1,11 @@ +2000-11-01 Joel Sherrill + + * 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 . Header file order + was cleaned up while doing this. + Also removed obsolete references to STACK_CHECKER_ON. + 2000-10-27 Ralf Corsepius * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache index 055e84ad27..20e0de2c55 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache +++ b/c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c.nocache @@ -19,17 +19,12 @@ * $Id$ */ +#include + #include #include +#include -#include - -#include - -#ifdef STACK_CHECKER_ON -#include -#endif - /* * The original table from the application (in ROM) and our copy of it with * some changes. Configuration is defined in . Make sure that @@ -87,15 +82,6 @@ void bsp_pretasking_hook(void) 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 rtems_debug_enable( RTEMS_DEBUG_ALL_MASK ); #endif -- cgit v1.2.3