Changeset eba2e4f in rtems for c/src/lib/libbsp/arm/vegaplus


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/arm/vegaplus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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/*-------------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.