summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/a29k/portsw/ChangeLog7
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog7
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/ChangeLog7
-rw-r--r--c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c7
-rw-r--r--c/src/lib/libbsp/sh/gensh1/ChangeLog7
-rw-r--r--c/src/lib/libbsp/sh/gensh1/startup/bspstart.c7
7 files changed, 37 insertions, 12 deletions
diff --git a/c/src/lib/libbsp/a29k/portsw/ChangeLog b/c/src/lib/libbsp/a29k/portsw/ChangeLog
index 3446e5ba36..7aab3b0747 100644
--- a/c/src/lib/libbsp/a29k/portsw/ChangeLog
+++ b/c/src/lib/libbsp/a29k/portsw/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/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
index b14e734f55..c246437d6f 100644
--- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog
+++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog
@@ -1,4 +1,11 @@
+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/h8300/h8sim/startup/bspstart.c b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c
index da656d65c0..29bee0077c 100644
--- a/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c
+++ b/c/src/lib/libbsp/h8300/h8sim/startup/bspstart.c
@@ -14,12 +14,11 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/m68k/gen68302/ChangeLog b/c/src/lib/libbsp/m68k/gen68302/ChangeLog
index ee48df76ca..739c7298be 100644
--- a/c/src/lib/libbsp/m68k/gen68302/ChangeLog
+++ b/c/src/lib/libbsp/m68k/gen68302/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/m68k/gen68302/startup/bspstart.c b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
index 50dae413e1..c392e86697 100644
--- a/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
+++ b/c/src/lib/libbsp/m68k/gen68302/startup/bspstart.c
@@ -14,12 +14,11 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with
diff --git a/c/src/lib/libbsp/sh/gensh1/ChangeLog b/c/src/lib/libbsp/sh/gensh1/ChangeLog
index 0c0d3670d5..2eb43443b2 100644
--- a/c/src/lib/libbsp/sh/gensh1/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh1/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/sh/gensh1/startup/bspstart.c b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
index 16f59b5924..a019dbdb96 100644
--- a/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
+++ b/c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
@@ -25,12 +25,11 @@
* $Id$
*/
+#include <string.h>
+
#include <bsp.h>
#include <rtems/libio.h>
-
-#include <libcsupport.h>
-
-#include <string.h>
+#include <rtems/libcsupport.h>
/*
* The original table from the application and our copy of it with