Changeset 1ae05bf in rtems


Ignore:
Timestamp:
11/01/00 21:20:47 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
978d328
Parents:
e253b4d
Message:

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

  • startup/82378zb.c, startup/FPGA.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/powerpc/score603e
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    re253b4d r1ae05bf  
     12000-11-01      Joel Sherrill <joel@OARcorp.com>
     2
     3        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
     4        libio.h, 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-11-01      Joel Sherrill <joel@OARcorp.com>
    29
  • c/src/lib/libbsp/powerpc/score603e/startup/82378zb.c

    re253b4d r1ae05bf  
    1414#include <bsp.h>
    1515#if (SCORE603E_GENERATION == 1)
    16 #include <rtems/libio.h>
    17 
    18 #include <libcsupport.h>
    19 
    2016#include <string.h>
    2117#include <fcntl.h>
    2218#include <assert.h>
     19
     20#include <rtems/libio.h>
     21#include <rtems/libcsupport.h>
     22
     23
    2324/*
    2425 * initialize 82378zb
  • c/src/lib/libbsp/powerpc/score603e/startup/FPGA.c

    re253b4d r1ae05bf  
    1414#include <bsp.h>
    1515#if (SCORE603E_GENERATION == 2)
    16 #include <rtems/libio.h>
    17 
    18 #include <libcsupport.h>
    19 
    2016#include <string.h>
    2117#include <fcntl.h>
    2218#include <assert.h>
     19
     20#include <rtems/libio.h>
     21#include <rtems/libcsupport.h>
    2322
    2423/*
Note: See TracChangeset for help on using the changeset viewer.