Changeset 4b9a98c in rtems
- Timestamp:
- 08/25/00 17:17:06 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b24a093
- Parents:
- b602c298
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/no_cpu/ChangeLog
rb602c298 r4b9a98c 1 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * rtems/score/no_cpu.h: Modified so there are fewer and 4 more consistent variations on "no cpu" so it is easier 5 to sed the source as the starting point for a new port. 6 1 7 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h
rb602c298 r4b9a98c 1 1 /* no_cpu.h 2 2 * 3 * This file is an example (i.e. no CPU) of the file which is 4 * created for each CPU family port of RTEMS. 3 * This file sets up basic CPU dependency settings based on 4 * compiler settings. For example, it can determine if 5 * floating point is available. This particular implementation 6 * is specified to the NO CPU port. 5 7 * 6 8 * … … 25 27 /* 26 28 * This file contains the information required to build 27 * RTEMS for a particular member of the noCPU family.29 * RTEMS for a particular member of the NO CPU family. 28 30 * It does this by setting variables to indicate which 29 31 * implementation dependent features are present in a particular -
cpukit/score/cpu/no_cpu/ChangeLog
rb602c298 r4b9a98c 1 2000-08-25 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * rtems/score/no_cpu.h: Modified so there are fewer and 4 more consistent variations on "no cpu" so it is easier 5 to sed the source as the starting point for a new port. 6 1 7 2000-08-10 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h
rb602c298 r4b9a98c 1 1 /* no_cpu.h 2 2 * 3 * This file is an example (i.e. no CPU) of the file which is 4 * created for each CPU family port of RTEMS. 3 * This file sets up basic CPU dependency settings based on 4 * compiler settings. For example, it can determine if 5 * floating point is available. This particular implementation 6 * is specified to the NO CPU port. 5 7 * 6 8 * … … 25 27 /* 26 28 * This file contains the information required to build 27 * RTEMS for a particular member of the noCPU family.29 * RTEMS for a particular member of the NO CPU family. 28 30 * It does this by setting variables to indicate which 29 31 * implementation dependent features are present in a particular
Note: See TracChangeset
for help on using the changeset viewer.