summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/vegaplus
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/arm/vegaplus')
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/ChangeLog7
-rw-r--r--c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c5
2 files changed, 10 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/vegaplus/ChangeLog b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
index 8dac789217..f0e0855108 100644
--- a/c/src/lib/libbsp/arm/vegaplus/ChangeLog
+++ b/c/src/lib/libbsp/arm/vegaplus/ChangeLog
@@ -1,3 +1,10 @@
+2000-11-01 Joel Sherrill <joel@OARcorp.com>
+
+ * 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.
+
2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
diff --git a/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c b/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
index 28a2f4a874..a990cb86fc 100644
--- a/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
+++ b/c/src/lib/libbsp/arm/vegaplus/startup/bspstart.c
@@ -15,10 +15,11 @@
#include <bsp.h>
-#include <uart.h>
-#include <libcsupport.h>
+#include <rtems/libcsupport.h>
#include <rtems/libio.h>
+#include <uart.h>
+
/*-------------------------------------------------------------------------+
| Global Variables
+--------------------------------------------------------------------------*/