summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:53:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-05 15:53:22 +0000
commit443c35c196b7eadb99dd476f161b3a4fa41cb302 (patch)
tree67f22e18824c443275ef917f1eabc765f011ae06
parent2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-443c35c196b7eadb99dd476f161b3a4fa41cb302.tar.bz2
2000-09-05 Joel Sherrill <joel@OARcorp.com>
* start/start.S: Include proper files to compile.
-rw-r--r--c/src/lib/libbsp/powerpc/shared/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/shared/start/start.S5
2 files changed, 6 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/ChangeLog b/c/src/lib/libbsp/powerpc/shared/ChangeLog
index 49b8434db8..f618ae4906 100644
--- a/c/src/lib/libbsp/powerpc/shared/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/shared/ChangeLog
@@ -1,3 +1,7 @@
+ 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-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* startup/linkcmds: Added lines so DWARF debug information
diff --git a/c/src/lib/libbsp/powerpc/shared/start/start.S b/c/src/lib/libbsp/powerpc/shared/start/start.S
index 270ab9918c..25c7d038b9 100644
--- a/c/src/lib/libbsp/powerpc/shared/start/start.S
+++ b/c/src/lib/libbsp/powerpc/shared/start/start.S
@@ -13,9 +13,8 @@
#include <libcpu/cpu.h>
#include <libcpu/io.h>
-#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
-#include <rtems/score/cpu.h>
-#include "asm.h"
+#include <asm.h> /* for targopts.h and PPC_HAS_FPU */
+#include <rtems/score/cpu.h> /* for CPU_MINIMUM_STACK_FRAME_SIZE */
#define SYNC \
sync; \