From 0e7da150a946dc3e3380cc60cedc0011d22a674a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 11 Jul 2000 21:38:41 +0000 Subject: Removed no cpu references. --- c/src/exec/score/cpu/mips/asm.h | 4 ++-- c/src/exec/score/cpu/mips/cpu.c | 2 +- c/src/exec/score/cpu/mips/cpu_asm.S | 2 +- c/src/exec/score/cpu/mips/cpu_asm.h | 2 +- c/src/exec/score/cpu/mips/rtems/score/cpu.h | 2 +- c/src/exec/score/cpu/mips/rtems/score/mips.h | 2 +- c/src/exec/score/cpu/mips/rtems/score/mips64orion.h | 2 +- c/src/exec/score/cpu/mips64orion/asm.h | 4 ++-- c/src/exec/score/cpu/mips64orion/cpu.c | 2 +- c/src/exec/score/cpu/mips64orion/cpu_asm.S | 2 +- c/src/exec/score/cpu/mips64orion/cpu_asm.h | 2 +- c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h | 2 +- c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h index 2d322c2339..edabbe8fcc 100644 --- a/c/src/exec/score/cpu/mips/asm.h +++ b/c/src/exec/score/cpu/mips/asm.h @@ -24,8 +24,8 @@ */ /* @(#)asm.h 03/15/96 1.1 */ -#ifndef __NO_CPU_ASM_h -#define __NO_CPU_ASM_h +#ifndef __MIPS64ORION_ASM_h +#define __MIPS64ORION_ASM_h /* * Indicate we are in an assembly file and get the basic CPU definitions. diff --git a/c/src/exec/score/cpu/mips/cpu.c b/c/src/exec/score/cpu/mips/cpu.c index 8d05c336c4..1d56652622 100644 --- a/c/src/exec/score/cpu/mips/cpu.c +++ b/c/src/exec/score/cpu/mips/cpu.c @@ -16,7 +16,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips/cpu_asm.S b/c/src/exec/score/cpu/mips/cpu_asm.S index 4acebc663e..9770a5f2f9 100644 --- a/c/src/exec/score/cpu/mips/cpu_asm.S +++ b/c/src/exec/score/cpu/mips/cpu_asm.S @@ -19,7 +19,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips/cpu_asm.h b/c/src/exec/score/cpu/mips/cpu_asm.h index 287b881068..08fc0975d9 100644 --- a/c/src/exec/score/cpu/mips/cpu_asm.h +++ b/c/src/exec/score/cpu/mips/cpu_asm.h @@ -16,7 +16,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips/rtems/score/cpu.h b/c/src/exec/score/cpu/mips/rtems/score/cpu.h index fc07485190..d7d1b42e0b 100644 --- a/c/src/exec/score/cpu/mips/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/mips/rtems/score/cpu.h @@ -18,7 +18,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips/rtems/score/mips.h b/c/src/exec/score/cpu/mips/rtems/score/mips.h index 425d0cc5fd..2ec96da0a4 100644 --- a/c/src/exec/score/cpu/mips/rtems/score/mips.h +++ b/c/src/exec/score/cpu/mips/rtems/score/mips.h @@ -15,7 +15,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h b/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h index 425d0cc5fd..2ec96da0a4 100644 --- a/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h +++ b/c/src/exec/score/cpu/mips/rtems/score/mips64orion.h @@ -15,7 +15,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h index 2d322c2339..edabbe8fcc 100644 --- a/c/src/exec/score/cpu/mips64orion/asm.h +++ b/c/src/exec/score/cpu/mips64orion/asm.h @@ -24,8 +24,8 @@ */ /* @(#)asm.h 03/15/96 1.1 */ -#ifndef __NO_CPU_ASM_h -#define __NO_CPU_ASM_h +#ifndef __MIPS64ORION_ASM_h +#define __MIPS64ORION_ASM_h /* * Indicate we are in an assembly file and get the basic CPU definitions. diff --git a/c/src/exec/score/cpu/mips64orion/cpu.c b/c/src/exec/score/cpu/mips64orion/cpu.c index 8d05c336c4..1d56652622 100644 --- a/c/src/exec/score/cpu/mips64orion/cpu.c +++ b/c/src/exec/score/cpu/mips64orion/cpu.c @@ -16,7 +16,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu.c: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.S b/c/src/exec/score/cpu/mips64orion/cpu_asm.S index 4acebc663e..9770a5f2f9 100644 --- a/c/src/exec/score/cpu/mips64orion/cpu_asm.S +++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.S @@ -19,7 +19,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.s: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips64orion/cpu_asm.h b/c/src/exec/score/cpu/mips64orion/cpu_asm.h index 287b881068..08fc0975d9 100644 --- a/c/src/exec/score/cpu/mips64orion/cpu_asm.h +++ b/c/src/exec/score/cpu/mips64orion/cpu_asm.h @@ -16,7 +16,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu_asm.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h index fc07485190..d7d1b42e0b 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h @@ -18,7 +18,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/cpu.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h b/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h index 425d0cc5fd..2ec96da0a4 100644 --- a/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h +++ b/c/src/exec/score/cpu/mips64orion/rtems/score/mips64orion.h @@ -15,7 +15,7 @@ * Transition Networks makes no representations about the suitability * of this software for any purpose. * - * Derived from c/src/exec/score/cpu/no_cpu/no_cpu.h: + * Derived from source copyrighted as follows: * * COPYRIGHT (c) 1989-1999. * On-Line Applications Research Corporation (OAR). -- cgit v1.2.3