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.
This commit is contained in:
Joel Sherrill
2000-08-25 17:17:06 +00:00
parent b602c298a9
commit 4b9a98ca60
4 changed files with 22 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.