summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:17:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-08-25 17:17:06 +0000
commit4b9a98ca60dedb1d07b82f6211cc3661fed3bd98 (patch)
tree0df358c2b893731e32b212157355f965686c98d4
parent2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-4b9a98ca60dedb1d07b82f6211cc3661fed3bd98.tar.bz2
2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/no_cpu.h: Modified so there are fewer and more consistent variations on "no cpu" so it is easier to sed the source as the starting point for a new port.
-rw-r--r--c/src/exec/score/cpu/no_cpu/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h8
-rw-r--r--cpukit/score/cpu/no_cpu/ChangeLog6
-rw-r--r--cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h8
4 files changed, 22 insertions, 6 deletions
diff --git a/c/src/exec/score/cpu/no_cpu/ChangeLog b/c/src/exec/score/cpu/no_cpu/ChangeLog
index 101734ce64..0ee221d60f 100644
--- a/c/src/exec/score/cpu/no_cpu/ChangeLog
+++ b/c/src/exec/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/score/no_cpu.h: Modified so there are fewer and
+ more consistent variations on "no cpu" so it is easier
+ to sed the source as the starting point for a new port.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
index 6708a7abbd..d8dce74c59 100644
--- a/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -1,7 +1,9 @@
/* no_cpu.h
*
- * This file is an example (i.e. no CPU) of the file which is
- * created for each CPU family port of RTEMS.
+ * This file sets up basic CPU dependency settings based on
+ * compiler settings. For example, it can determine if
+ * floating point is available. This particular implementation
+ * is specified to the NO CPU port.
*
*
* COPYRIGHT (c) 1989-1999.
@@ -24,7 +26,7 @@ extern "C" {
/*
* This file contains the information required to build
- * RTEMS for a particular member of the no CPU family.
+ * RTEMS for a particular member of the NO CPU family.
* It does this by setting variables to indicate which
* implementation dependent features are present in a particular
* member of the family.
diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog
index 101734ce64..0ee221d60f 100644
--- a/cpukit/score/cpu/no_cpu/ChangeLog
+++ b/cpukit/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,9 @@
+2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * rtems/score/no_cpu.h: Modified so there are fewer and
+ more consistent variations on "no cpu" so it is easier
+ to sed the source as the starting point for a new port.
+
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.
diff --git a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
index 6708a7abbd..d8dce74c59 100644
--- a/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
+++ b/cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
@@ -1,7 +1,9 @@
/* no_cpu.h
*
- * This file is an example (i.e. no CPU) of the file which is
- * created for each CPU family port of RTEMS.
+ * This file sets up basic CPU dependency settings based on
+ * compiler settings. For example, it can determine if
+ * floating point is available. This particular implementation
+ * is specified to the NO CPU port.
*
*
* COPYRIGHT (c) 1989-1999.
@@ -24,7 +26,7 @@ extern "C" {
/*
* This file contains the information required to build
- * RTEMS for a particular member of the no CPU family.
+ * RTEMS for a particular member of the NO CPU family.
* It does this by setting variables to indicate which
* implementation dependent features are present in a particular
* member of the family.