Changeset fed03bc in rtems for c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
- Timestamp:
- 11/01/00 21:22:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8262fda
- Parents:
- fd152eb2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c
rfd152eb2 rfed03bc 20 20 */ 21 21 22 #include <string.h> 23 22 24 #include <bsp.h> 23 25 #include <rtems/libio.h> 24 25 #include <libcsupport.h> 26 27 #include <string.h> 28 29 #ifdef STACK_CHECKER_ON 30 #include <stackchk.h> 31 #endif 26 #include <rtems/libcsupport.h> 32 27 33 28 /* … … 87 82 88 83 bsp_libc_init( &_HeapStart, &_HeapEnd - &_HeapStart, 0 ); 89 90 #ifdef STACK_CHECKER_ON91 /*92 * Initialize the stack bounds checker93 * We can either turn it on here or from the app.94 */95 96 Stack_check_Initialize();97 #endif /* STACK_CHECKER_ON */98 84 99 85 #ifdef RTEMS_DEBUG
Note: See TracChangeset
for help on using the changeset viewer.