Changeset eba2e4f in rtems


Ignore:
Timestamp:
11/01/00 21:19:23 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
042e156d
Parents:
2af54bf
Message:

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

  • 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.
Location:
c/src/lib/libbsp
Files:
76 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/a29k/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/a29k/portsw/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423#ifndef lint
  • c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/arm/arm_bare_bsp/startup/bspstart.c

    r2af54bf reba2e4f  
    1616
    1717#include <bsp.h>
     18#include <rtems/libcsupport.h>
     19#include <rtems/libio.h>
     20
    1821#include <uart.h>
    19 #include <libcsupport.h>
    20 #include <rtems/libio.h>
    2122
    2223/*-------------------------------------------------------------------------+
  • c/src/lib/libbsp/arm/armulator/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/arm/armulator/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18 
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/arm/vegaplus/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c

    r2af54bf reba2e4f  
    1616
    1717#include <bsp.h>
     18#include <rtems/libcsupport.h>
     19#include <rtems/libio.h>
     20
    1821#include <uart.h>
    19 #include <libcsupport.h>
    20 #include <rtems/libio.h>
    2122
    2223/*-------------------------------------------------------------------------+
  • c/src/lib/libbsp/c4x/c4xsim/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/c4x/c4xsim/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19 
    20 #include <libcsupport.h>
    21 
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322
    2423/*
  • c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/hppa1.1/simhppa/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
    17 #include <rtems.h>
     17#include <string.h>
     18
    1819#include <bsp.h>
    1920#include <rtems/libio.h>
    20 
    21 #include <libcsupport.h>
    22 
    23 #include <string.h>
     21#include <rtems/libcsupport.h>
    2422
    2523extern rtems_configuration_table  Configuration;
  • c/src/lib/libbsp/i386/i386ex/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i386/i386ex/startup/bspstart.c

    r2af54bf reba2e4f  
    2525#include <bsp.h>
    2626#include <rtems/libio.h>
    27  
    28 #include <libcsupport.h>
     27#include <rtems/libcsupport.h>
    2928
    3029/*
  • c/src/lib/libbsp/i386/pc386/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-29      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/lib/libbsp/i386/pc386/startup/bspstart.c

    r2af54bf reba2e4f  
    3333
    3434#include <bsp.h>
    35 #include <libcsupport.h>
    3635#include <rtems/libio.h>
     36#include <rtems/libcsupport.h>
    3737#include <libcpu/cpuModel.h>
    3838
  • c/src/lib/libbsp/i386/ts_386ex/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i386/ts_386ex/startup/bspstart.c

    r2af54bf reba2e4f  
    2525#include <bsp.h>
    2626#include <rtems/libio.h>
    27  
    28 #include <libcsupport.h>
     27#include <rtems/libcsupport.h>
    2928
    3029/*
  • c/src/lib/libbsp/i960/cvme961/ChangeLog

    r2af54bf reba2e4f  
     1
     22000-11-01      Joel Sherrill <joel@OARcorp.com>
     3
     4        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     5        and libcsupport.h moved from libc to lib/include/rtems and
     6        now must be referenced as <rtems/XXX.h>.   Header file order
     7        was cleaned up while doing this.
    18
    292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • c/src/lib/libbsp/i960/cvme961/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/i960/i960sim/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i960/i960sim/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
    23  
     21#include <rtems/libcsupport.h>
     22
    2423/*
    2524 *  The original table from the application and our copy of it with
  • c/src/lib/libbsp/i960/rxgen960/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/i960/rxgen960/startup/bspstart.c

    r2af54bf reba2e4f  
    2121 */
    2222
    23 #include <bsp.h>
    24 #include <rtems/libio.h>
    25  
    26 #include <libcsupport.h>
    27  
    2823#include <string.h>
    2924#include <fcntl.h>
    3025#include <stdio.h>
     26 
     27#include <bsp.h>
    3128#include <rtems/libio.h>
     29#include <rtems/libcsupport.h>
    3230 
    3331#define HEAP_SIZE 1024*1024*2
  • c/src/lib/libbsp/m68k/dmv152/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/dmv152/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/m68k/efi332/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/efi332/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19 #include <libcsupport.h>
    20  
    21 #include <string.h>
     21#include <rtems/libcsupport.h>
    2222 
    2323/*
  • c/src/lib/libbsp/m68k/efi68k/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/efi68k/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19 #include <libcsupport.h>
    20 
    21 #include <string.h>
     21#include <rtems/libcsupport.h>
    2222 
    2323/*
  • c/src/lib/libbsp/m68k/gen68340/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/gen68340/startup/bspstart.c

    r2af54bf reba2e4f  
    2020 */
    2121
     22#include <string.h>
     23
    2224#include <bsp.h>
    2325#include <rtems/libio.h>
     26#include <rtems/libcsupport.h>
    2427 
    25 #include <libcsupport.h>
    26  
    27 #include <string.h>
    28  
    29 
    3028/*
    3129 *  The original table from the application and our copy of it with
  • c/src/lib/libbsp/m68k/gen68360/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/gen68360/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/m68k/idp/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/idp/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423unsigned char *duart_base;
  • c/src/lib/libbsp/m68k/mvme136/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/mvme136/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19 
    20 #include <libcsupport.h>
     21#include <rtems/libcsupport.h>
    2122#include <zilog/z8036.h>
    22 
    23 #include <string.h>
    2423
    2524/*
  • c/src/lib/libbsp/m68k/mvme147/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/mvme147/startup/bspstart.c

    r2af54bf reba2e4f  
    1919 */
    2020
     21#include <string.h>
     22
    2123#include <bsp.h>
    2224#include <rtems/libio.h>
    23 
    24 #include <libcsupport.h>
    25 
    26 #include <string.h>
     25#include <rtems/libcsupport.h>
    2726
    2827/*
  • c/src/lib/libbsp/m68k/mvme147s/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/mvme147s/startup/bspstart.c

    r2af54bf reba2e4f  
    1919 */
    2020
     21#include <string.h>
     22
    2123#include <bsp.h>
    2224#include <rtems/libio.h>
    23 
    24 #include <libcsupport.h>
    25 
    26 #include <string.h>
     25#include <rtems/libcsupport.h>
    2726
    2827/*
  • c/src/lib/libbsp/m68k/mvme162/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/mvme162/startup/bspstart.c

    r2af54bf reba2e4f  
    2222 */
    2323
     24#include <string.h>
     25
    2426#include <bsp.h>
    2527#include <rtems/libio.h>
     28#include <rtems/libcsupport.h>
    2629#include <page_table.h>
    27  
    28 #include <libcsupport.h>
    29  
    30 #include <string.h>
    3130 
    3231/*
  • c/src/lib/libbsp/m68k/mvme167/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/mvme167/startup/bspstart.c

    r2af54bf reba2e4f  
    2020 
    2121
     22#include <string.h>
     23
    2224#include <bsp.h>
     25#include <rtems/libio.h>
     26#include <rtems/libcsupport.h>
    2327#include <page_table.h>
    2428#include <fatal.h>
    25 #include <rtems/libio.h>
    26  
    27 #include <libcsupport.h>
    28  
    29 #include <string.h>
    30  
    3129
    3230/*
  • c/src/lib/libbsp/m68k/ods68302/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/ods68302/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/m68k/sim68000/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/m68k/sim68000/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/mips/p4000/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/mips/p4000/startup/bspstart.c

    r2af54bf reba2e4f  
    2222 */
    2323
     24#include <string.h>
    2425
    2526#include <bsp.h>
    2627#include <rtems/libio.h>
    27  
    28 #include <libcsupport.h>
    29  
    30 #include <string.h>
     28#include <rtems/libcsupport.h>
    3129 
    3230/*
  • c/src/lib/libbsp/mips64orion/p4000/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/mips64orion/p4000/startup/bspstart.c

    r2af54bf reba2e4f  
    2222 */
    2323
     24#include <string.h>
    2425
    2526#include <bsp.h>
    2627#include <rtems/libio.h>
    27  
    28 #include <libcsupport.h>
    29  
    30 #include <string.h>
     28#include <rtems/libcsupport.h>
    3129 
    3230/*
  • c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog

    r2af54bf reba2e4f  
     1
     22000-11-01      Joel Sherrill <joel@OARcorp.com>
     3
     4        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     5        and libcsupport.h moved from libc to lib/include/rtems and
     6        now must be referenced as <rtems/XXX.h>.   Header file order
     7        was cleaned up while doing this.
    18
    292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • c/src/lib/libbsp/no_cpu/no_bsp/startup/bspstart.c

    r2af54bf reba2e4f  
    1515 */
    1616
     17#include <string.h>
     18
    1719#include <bsp.h>
    1820#include <rtems/libio.h>
    19  
    20 #include <libcsupport.h>
    21  
    22 #include <string.h>
     21#include <rtems/libcsupport.h>
    2322 
    2423/*
  • c/src/lib/libbsp/powerpc/dmv177/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/dmv177/startup/bspstart.c

    r2af54bf reba2e4f  
    1313 */
    1414
     15#include <string.h>
     16
    1517#include <bsp.h>
    1618#include <rtems/libio.h>
    17 
    18 #include <libcsupport.h>
    19 
    20 #include <string.h>
     19#include <rtems/libcsupport.h>
    2120
    2221/*
  • c/src/lib/libbsp/powerpc/helas403/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/helas403/startup/bspstart.c

    r2af54bf reba2e4f  
    6060 */
    6161
     62#include <string.h>
     63#include <fcntl.h>
    6264
    6365#include <bsp.h>
     66#include <rtems/libio.h>
     67#include <rtems/libcsupport.h>
    6468#include <ictrl.h>
    65 #include <rtems/libio.h>
    66  
    67 #include <libcsupport.h>
    68  
    69 #include <string.h>
    70 #include <fcntl.h>
    7169 
    7270/*
  • c/src/lib/libbsp/powerpc/papyrus/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/papyrus/startup/bspstart.c

    r2af54bf reba2e4f  
    3333 */
    3434
     35#include <string.h>
     36
    3537#include <bsp.h>
    3638#include <rtems/libio.h>
    37  
    38 #include <libcsupport.h>
    39  
    40 #include <string.h>
     39#include <rtems/libcsupport.h>
    4140 
    4241/*
  • c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/ppcn_60x/startup/bspstart.c

    r2af54bf reba2e4f  
    3232 */
    3333
     34#include <string.h>
     35
    3436#include <bsp.h>
     37#include <rtems/libio.h>
     38#include <rtems/libcsupport.h>
    3539#include <pci.h>
    36 #include <rtems/libio.h>
    37 
    38 #include <libcsupport.h>
    3940
    4041unsigned char ucSystemType;
  • c/src/lib/libbsp/powerpc/psim/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/psim/startup/bspstart.c

    r2af54bf reba2e4f  
    1616 */
    1717
     18#include <string.h>
     19#include <fcntl.h>
     20
    1821#include <bsp.h>
    1922#include <rtems/libio.h>
    20 
    21 #include <libcsupport.h>
    22 
    23 #include <string.h>
    24 #include <fcntl.h>
     23#include <rtems/libcsupport.h>
    2524
    2625/*
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c

    r2af54bf reba2e4f  
    1717 */
    1818
     19#include <string.h>
     20
    1921#include <bsp.h>
    2022#include <rtems/libio.h>
    21 
    22 #include <libcsupport.h>
    23 
    24 #include <string.h>
     23#include <rtems/libcsupport.h>
    2524
    2625/*
  • c/src/lib/libbsp/powerpc/shared/ChangeLog

    r2af54bf reba2e4f  
     1        vector function (mpc60x_vector_is_valid) instead of MPC750
     2        specific function to allow operation on boards with CPUs other
     3        than the MPC750.
     4
     52001-03-30      Eric Valette <valette@crf.canon.fr>
     6
     7        * Makefile.am, console/consoleIo.h, include/bsp.h:
    18        These modifications are part of the conversion of the
    29        mpc8xx CPU to the "new exception processing model."
  • c/src/lib/libbsp/powerpc/shared/startup/bspstart.c

    r2af54bf reba2e4f  
    1919 */
    2020
    21 #include <bsp.h>
     21#include <string.h>
     22
    2223#include <rtems/libio.h>
    23 #include <libcsupport.h>
    24 #include <string.h>
     24#include <rtems/libcsupport.h>
    2525#include <bsp/consoleIo.h>
    2626#include <libcpu/spr.h>
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/sh/gensh2/startup/bspstart.c

    r2af54bf reba2e4f  
    2626 */
    2727
     28#include <string.h>
     29
    2830#include <bsp.h>
    2931#include <rtems/libio.h>
    30  
    31 #include <libcsupport.h>
    32  
    33 #include <string.h>
     32#include <rtems/libcsupport.h>
    3433 
    3534/*
  • c/src/lib/libbsp/sparc/erc32/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/sparc/erc32/startup/bspstart.c

    r2af54bf reba2e4f  
    2222 */
    2323
     24#include <string.h>
     25
    2426#include <bsp.h>
    2527#include <rtems/libio.h>
    26 
    27 #include <libcsupport.h>
    28 
    29 #include <string.h>
     28#include <rtems/libcsupport.h>
    3029
    3130/*
  • c/src/lib/libbsp/unix/posix/ChangeLog

    r2af54bf reba2e4f  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
     4        and libcsupport.h moved from libc to lib/include/rtems and
     5        now must be referenced as <rtems/XXX.h>.   Header file order
     6        was cleaned up while doing this.
     7
    182000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libbsp/unix/posix/startup/bspstart.c

    r2af54bf reba2e4f  
    1919#include <stdio.h>
    2020#include <stdlib.h>
    21 
    2221#include <unistd.h>
    2322
    2423#include <bsp.h>
    25 #include <libcsupport.h>
    26 
     24#include <rtems/libcsupport.h>
    2725#include <rtems/libio.h>
    2826
Note: See TracChangeset for help on using the changeset viewer.