Changeset 541dfb2 in rtems


Ignore:
Timestamp:
01/29/97 00:22:24 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2f93371
Parents:
36dbb51
Message:

Removed definitions which are now in targopts.h. This eliminates the
need for the "sed'ing" of this file. This should be a significant win
when addressing non-unix host and non-gnu toolsets.

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/cpu/a29k/a29k.h

    r36dbb51 r541dfb2  
    1919extern "C" {
    2020#endif
    21 
    22 /*
    23  *  The following define the CPU Family and Model within the family
    24  *
    25  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    26  *        with the name of the appropriate macro for this target CPU.
    27  */
    28  
    29 #ifdef a29k
    30 #undef a29k
    31 #endif
    32 #define a29k
    33 
    34 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    35 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    36 #endif
    37 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    38  
    39 #ifdef REPLACE_THIS_WITH_THE_BSP
    40 #undef REPLACE_THIS_WITH_THE_BSP
    41 #endif
    42 #define REPLACE_THIS_WITH_THE_BSP
    4321
    4422/*
  • c/src/exec/score/cpu/hppa1.1/hppa.h

    r36dbb51 r541dfb2  
    3131extern "C" {
    3232#endif
    33 
    34 /*
    35  *  The following define the CPU Family and Model within the family
    36  *
    37  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    38  *        with the name of the appropriate macro for this target CPU.
    39  */
    40  
    41 #ifdef hppa1_1
    42 #undef hppa1_1
    43 #endif
    44 #define hppa1_1
    45 
    46 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    47 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    48 #endif
    49 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    50 
    51 #ifdef REPLACE_THIS_WITH_THE_BSP
    52 #undef REPLACE_THIS_WITH_THE_BSP
    53 #endif
    54 #define REPLACE_THIS_WITH_THE_BSP
    5533
    5634/*
  • c/src/exec/score/cpu/i386/i386.h

    r36dbb51 r541dfb2  
    2121extern "C" {
    2222#endif
    23 
    24 /*
    25  *  The following define the CPU Family and Model within the family
    26  *
    27  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    28  *        with the name of the appropriate macro for this target CPU.
    29  */
    30 
    31 #ifdef i386
    32 #undef i386
    33 #endif
    34 #define i386 1
    35 
    36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    38 #endif
    39 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    40 
    41 #ifdef REPLACE_THIS_WITH_THE_BSP
    42 #undef REPLACE_THIS_WITH_THE_BSP
    43 #endif
    44 #define REPLACE_THIS_WITH_THE_BSP
    4523
    4624/*
  • c/src/exec/score/cpu/i960/i960.h

    r36dbb51 r541dfb2  
    2121extern "C" {
    2222#endif
    23 
    24 /*
    25  *  The following define the CPU Family and Model within the family
    26  *
    27  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    28  *        with the name of the appropriate macro for this target CPU.
    29  */
    30  
    31 #ifdef i960
    32 #undef i960
    33 #endif
    34 #define i960
    35 
    36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    38 #endif
    39 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    40 
    41 #ifdef REPLACE_THIS_WITH_THE_BSP
    42 #undef REPLACE_THIS_WITH_THE_BSP
    43 #endif
    44 #define REPLACE_THIS_WITH_THE_BSP
    4523
    4624/*
  • c/src/exec/score/cpu/m68k/m68k.h

    r36dbb51 r541dfb2  
    2121extern "C" {
    2222#endif
    23 
    24 /*
    25  *  The following define the CPU Family and Model within the family
    26  *
    27  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    28  *        with the name of the appropriate macro for this target CPU.
    29  */
    30  
    31 #ifdef m68k
    32 #undef m68k
    33 #endif
    34 #define m68k
    35 
    36 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    37 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    38 #endif
    39 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    40 
    41 #ifdef REPLACE_THIS_WITH_THE_BSP
    42 #undef REPLACE_THIS_WITH_THE_BSP
    43 #endif
    44 #define REPLACE_THIS_WITH_THE_BSP
    4523
    4624/*
  • c/src/exec/score/cpu/mips64orion/mips64orion.h

    r36dbb51 r541dfb2  
    3737
    3838/*
    39  *  The following define the CPU Family and Model within the family
    40  *
    41  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    42  *        with the name of the appropriate macro for this target CPU.
    43  */
    44  
    45 #ifdef mips64orion
    46 #undef mips64orion
    47 #endif
    48 #define mips64orion
    49 
    50 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    51 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    52 #endif
    53 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    54  
    55 #ifdef REPLACE_THIS_WITH_THE_BSP
    56 #undef REPLACE_THIS_WITH_THE_BSP
    57 #endif
    58 #define REPLACE_THIS_WITH_THE_BSP
    59 
    60 /*
    6139 *  This file contains the information required to build
    6240 *  RTEMS for a particular member of the "no cpu"
  • c/src/exec/score/cpu/no_cpu/no_cpu.h

    r36dbb51 r541dfb2  
    2222extern "C" {
    2323#endif
    24 
    25 /*
    26  *  The following define the CPU Family and Model within the family
    27  *
    28  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    29  *        with the name of the appropriate macro for this target CPU.
    30  */
    31  
    32 #ifdef no_cpu
    33 #undef no_cpu
    34 #endif
    35 #define no_cpu
    36 
    37 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    38 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    39 #endif
    40 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    41  
    42 #ifdef REPLACE_THIS_WITH_THE_BSP
    43 #undef REPLACE_THIS_WITH_THE_BSP
    44 #endif
    45 #define REPLACE_THIS_WITH_THE_BSP
    4624
    4725/*
  • c/src/exec/score/cpu/powerpc/ppc.h

    r36dbb51 r541dfb2  
    4141extern "C" {
    4242#endif
    43 
    44 /*
    45  *  The following define the CPU Family and Model within the family
    46  *
    47  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    48  *        with the name of the appropriate macro for this target CPU.
    49  */
    50  
    51 #ifdef ppc
    52 #undef ppc
    53 #endif
    54 #define ppc
    55 
    56 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    57 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    58 #endif
    59 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    60  
    61 #ifdef REPLACE_THIS_WITH_THE_BSP
    62 #undef REPLACE_THIS_WITH_THE_BSP
    63 #endif
    64 #define REPLACE_THIS_WITH_THE_BSP
    6543
    6644/*
  • c/src/exec/score/cpu/unix/unix.h

    r36dbb51 r541dfb2  
    2121extern "C" {
    2222#endif
    23 
    24 /*
    25  *  The following define the CPU Family and Model within the family
    26  *
    27  *  NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced
    28  *        with the name of the appropriate macro for this target CPU.
    29  */
    30  
    31 #ifdef unix
    32 #undef unix
    33 #endif
    34 #define unix
    35 
    36 #ifdef REPLACE_THIS_WITH_THE_CPU_FAMILY
    37 #undef REPLACE_THIS_WITH_THE_CPU_FAMILY
    38 #endif
    39 #define REPLACE_THIS_WITH_THE_CPU_FAMILY
    40 
    41 #ifdef REPLACE_THIS_WITH_THE_BSP
    42 #undef REPLACE_THIS_WITH_THE_BSP
    43 #endif
    44 #define REPLACE_THIS_WITH_THE_BSP
    45 
    46 #ifdef REPLACE_THIS_WITH_THE_CPU_MODEL
    47 #undef REPLACE_THIS_WITH_THE_CPU_MODEL
    48 #endif
    49 #define REPLACE_THIS_WITH_THE_CPU_MODEL
    50 
    51 #ifdef REPLACE_THIS_WITH_THE_UNIX_FLAVOR
    52 #undef REPLACE_THIS_WITH_THE_UNIX_FLAVOR
    53 #endif
    54 #define REPLACE_THIS_WITH_THE_UNIX_FLAVOR
    5523
    5624/*
  • c/src/exec/score/headers/system.h

    r36dbb51 r541dfb2  
    2424
    2525/*
    26  *  The following define the CPU Family and Model within the family
    27  *
    28  *  NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced
    29  *        with either "USE_INLINES" or "USE_MACROS" based upon the
    30  *        whether this target configuration uses the inline or
    31  *        macro implementations of the inlined RTEMS routines.
     26 *  The target options include file defines all target dependent
     27 *  parameters for this build of RTEMS.  It must be included
     28 *  first so the basic macro definitions are in place.
    3229 */
    33  
    3430
    35 #define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS
     31#include <rtems/score/targopts.h>
    3632
    3733/*
  • c/src/exec/score/include/rtems/system.h

    r36dbb51 r541dfb2  
    2424
    2525/*
    26  *  The following define the CPU Family and Model within the family
    27  *
    28  *  NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced
    29  *        with either "USE_INLINES" or "USE_MACROS" based upon the
    30  *        whether this target configuration uses the inline or
    31  *        macro implementations of the inlined RTEMS routines.
     26 *  The target options include file defines all target dependent
     27 *  parameters for this build of RTEMS.  It must be included
     28 *  first so the basic macro definitions are in place.
    3229 */
    33  
    3430
    35 #define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS
     31#include <rtems/score/targopts.h>
    3632
    3733/*
  • cpukit/score/include/rtems/system.h

    r36dbb51 r541dfb2  
    2424
    2525/*
    26  *  The following define the CPU Family and Model within the family
    27  *
    28  *  NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced
    29  *        with either "USE_INLINES" or "USE_MACROS" based upon the
    30  *        whether this target configuration uses the inline or
    31  *        macro implementations of the inlined RTEMS routines.
     26 *  The target options include file defines all target dependent
     27 *  parameters for this build of RTEMS.  It must be included
     28 *  first so the basic macro definitions are in place.
    3229 */
    33  
    3430
    35 #define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS
     31#include <rtems/score/targopts.h>
    3632
    3733/*
Note: See TracChangeset for help on using the changeset viewer.