2000-11-01 Joel Sherrill <joel@OARcorp.com>

* 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.
This commit is contained in:
Joel Sherrill
2000-11-01 21:20:47 +00:00
parent e253b4d7c5
commit 1ae05bffa4
3 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* 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.
2000-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,

View File

@@ -13,13 +13,14 @@
#include <bsp.h>
#if (SCORE603E_GENERATION == 1)
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h>
#include <fcntl.h>
#include <assert.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
/*
* initialize 82378zb
*/

View File

@@ -13,14 +13,13 @@
#include <bsp.h>
#if (SCORE603E_GENERATION == 2)
#include <rtems/libio.h>
#include <libcsupport.h>
#include <string.h>
#include <fcntl.h>
#include <assert.h>
#include <rtems/libio.h>
#include <rtems/libcsupport.h>
/*
* initialize FPGA
*/