Changeset 4b9a98c in rtems


Ignore:
Timestamp:
08/25/00 17:17:06 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b24a093
Parents:
b602c298
Message:

2000-08-25 Joel Sherrill <joel.sherrill@…>

  • 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.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/no_cpu/ChangeLog

    rb602c298 r4b9a98c  
     12000-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
    172000-08-10      Joel Sherrill <joel@OARcorp.com>
    28
  • c/src/exec/score/cpu/no_cpu/rtems/score/no_cpu.h

    rb602c298 r4b9a98c  
    11/*  no_cpu.h
    22 *
    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.
    57 *
    68 *
     
    2527/*
    2628 *  This file contains the information required to build
    27  *  RTEMS for a particular member of the no CPU family.
     29 *  RTEMS for a particular member of the NO CPU family.
    2830 *  It does this by setting variables to indicate which
    2931 *  implementation dependent features are present in a particular
  • cpukit/score/cpu/no_cpu/ChangeLog

    rb602c298 r4b9a98c  
     12000-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
    172000-08-10      Joel Sherrill <joel@OARcorp.com>
    28
  • cpukit/score/cpu/no_cpu/rtems/score/no_cpu.h

    rb602c298 r4b9a98c  
    11/*  no_cpu.h
    22 *
    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.
    57 *
    68 *
     
    2527/*
    2628 *  This file contains the information required to build
    27  *  RTEMS for a particular member of the no CPU family.
     29 *  RTEMS for a particular member of the NO CPU family.
    2830 *  It does this by setting variables to indicate which
    2931 *  implementation dependent features are present in a particular
Note: See TracChangeset for help on using the changeset viewer.