Ignore:
Timestamp:
11/01/00 21:22:48 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8262fda
Parents:
fd152eb2
Message:

2000-11-01 Joel Sherrill <joel@…>

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/mbx8xx/startup/bspstart.c

    rfd152eb2 rfed03bc  
    2020 */
    2121
     22#include <string.h>
     23
    2224#include <bsp.h>
    2325#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>
    3227
    3328/*
     
    8782
    8883    bsp_libc_init( &_HeapStart, &_HeapEnd - &_HeapStart, 0 );
    89  
    90 #ifdef STACK_CHECKER_ON
    91   /*
    92    *  Initialize the stack bounds checker
    93    *  We can either turn it on here or from the app.
    94    */
    95  
    96   Stack_check_Initialize();
    97 #endif /* STACK_CHECKER_ON */
    9884 
    9985#ifdef RTEMS_DEBUG
Note: See TracChangeset for help on using the changeset viewer.