From eb5a7e07df06b2503fce59a30369b5598cc26d55 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 6 Oct 1995 20:48:38 +0000 Subject: fixed missing CVS IDs --- c/src/exec/score/cpu/hppa1.1/cpu.c | 2 +- c/src/exec/score/cpu/hppa1.1/cpu.h | 2 +- c/src/exec/score/cpu/hppa1.1/cpu_asm.s | 2 +- c/src/exec/score/cpu/hppa1.1/hppa.h | 2 +- c/src/exec/score/cpu/m68k/qsm.h | 3 +++ c/src/exec/score/cpu/m68k/sim.h | 3 +++ c/src/exec/score/cpu/powerpc/README | 6 ++++++ c/src/exec/score/cpu/powerpc/TODO | 4 ++++ c/src/exec/score/cpu/powerpc/cpu.c | 1 + c/src/exec/score/cpu/powerpc/cpu.h | 1 + c/src/exec/score/cpu/powerpc/cpu_asm.s | 2 +- c/src/exec/score/cpu/powerpc/irq_stub.s | 2 ++ c/src/exec/score/cpu/powerpc/ppc.h | 1 + c/src/exec/score/cpu/powerpc/ppctypes.h | 2 +- c/src/exec/score/cpu/powerpc/rtems.s | 1 + 15 files changed, 28 insertions(+), 6 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.c b/c/src/exec/score/cpu/hppa1.1/cpu.c index 09c5d3d54b..4cef979367 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu.c +++ b/c/src/exec/score/cpu/hppa1.1/cpu.c @@ -14,7 +14,7 @@ * Division Incorporated makes no representations about the * suitability of this software for any purpose. * - * cpu.c,v 1.7 1995/09/19 14:49:35 joel Exp + * $Id$ */ #include diff --git a/c/src/exec/score/cpu/hppa1.1/cpu.h b/c/src/exec/score/cpu/hppa1.1/cpu.h index caeee7c8ff..67e7f5b89c 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu.h +++ b/c/src/exec/score/cpu/hppa1.1/cpu.h @@ -20,7 +20,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * - * cpu.h,v 1.5 1995/09/11 19:24:10 joel Exp + * $Id$ */ #ifndef __CPU_h diff --git a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s index ea7c879183..b14eb7f88f 100644 --- a/c/src/exec/score/cpu/hppa1.1/cpu_asm.s +++ b/c/src/exec/score/cpu/hppa1.1/cpu_asm.s @@ -24,7 +24,7 @@ # Division Incorporated makes no representations about the # suitability of this software for any purpose. # -# cpu_asm.S,v 1.5 1995/09/19 14:49:36 joel Exp +# $Id$ # #include diff --git a/c/src/exec/score/cpu/hppa1.1/hppa.h b/c/src/exec/score/cpu/hppa1.1/hppa.h index 1d9839995a..79f4070f98 100644 --- a/c/src/exec/score/cpu/hppa1.1/hppa.h +++ b/c/src/exec/score/cpu/hppa1.1/hppa.h @@ -24,7 +24,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * - * hppa.h,v 1.4 1995/09/19 14:49:37 joel Exp + * $Id$ */ #ifndef _INCLUDE_HPPA_H diff --git a/c/src/exec/score/cpu/m68k/qsm.h b/c/src/exec/score/cpu/m68k/qsm.h index 5cbd1375eb..e1bf33bc12 100644 --- a/c/src/exec/score/cpu/m68k/qsm.h +++ b/c/src/exec/score/cpu/m68k/qsm.h @@ -34,7 +34,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _QSM_H_ #define _QSM_H_ diff --git a/c/src/exec/score/cpu/m68k/sim.h b/c/src/exec/score/cpu/m68k/sim.h index a4614e5574..fae7fe8783 100644 --- a/c/src/exec/score/cpu/m68k/sim.h +++ b/c/src/exec/score/cpu/m68k/sim.h @@ -42,7 +42,10 @@ * particular purpose. * *------------------------------------------------------------------ + * + * $Id$ */ + #ifndef _SIM_H_ #define _SIM_H_ diff --git a/c/src/exec/score/cpu/powerpc/README b/c/src/exec/score/cpu/powerpc/README index 92af381241..2c0fb9a707 100644 --- a/c/src/exec/score/cpu/powerpc/README +++ b/c/src/exec/score/cpu/powerpc/README @@ -1,3 +1,7 @@ +# +# $Id$ +# + There are various issues regarding this port: @@ -17,6 +21,8 @@ code. I am seeking a release from IBM for this file. In the mean time this file is excluded (but still included in the Makefile as a place-holder). +NOTE: IBM released the alignment exception handler under generous enough + terms where it could be included in this distribution. 2) CPU support. diff --git a/c/src/exec/score/cpu/powerpc/TODO b/c/src/exec/score/cpu/powerpc/TODO index b72be4d767..6e3e04e6ca 100644 --- a/c/src/exec/score/cpu/powerpc/TODO +++ b/c/src/exec/score/cpu/powerpc/TODO @@ -1,3 +1,7 @@ +# +# $Id$ +# + Todo list: Maybe decode external interrupts like the HPPA does. diff --git a/c/src/exec/score/cpu/powerpc/cpu.c b/c/src/exec/score/cpu/powerpc/cpu.c index 1f8c40f274..e0431f868b 100644 --- a/c/src/exec/score/cpu/powerpc/cpu.c +++ b/c/src/exec/score/cpu/powerpc/cpu.c @@ -26,6 +26,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include diff --git a/c/src/exec/score/cpu/powerpc/cpu.h b/c/src/exec/score/cpu/powerpc/cpu.h index 7bccbce587..99673952a3 100644 --- a/c/src/exec/score/cpu/powerpc/cpu.h +++ b/c/src/exec/score/cpu/powerpc/cpu.h @@ -28,6 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #ifndef __CPU_h diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s index eb6bf2b1e5..c9ab7a13f5 100644 --- a/c/src/exec/score/cpu/powerpc/cpu_asm.s +++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s @@ -28,7 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * cpu_asm.c,v 1.3 1995/06/07 02:40:23 joel Exp + * $Id$ */ #include "asm.h" diff --git a/c/src/exec/score/cpu/powerpc/irq_stub.s b/c/src/exec/score/cpu/powerpc/irq_stub.s index 92e6b43dd2..1ed443d479 100644 --- a/c/src/exec/score/cpu/powerpc/irq_stub.s +++ b/c/src/exec/score/cpu/powerpc/irq_stub.s @@ -17,6 +17,8 @@ * software without specific, written prior permission. * i-cubed limited makes no representations about the suitability * of this software for any purpose. + * + * $Id$ */ /* void __ISR_Handler() diff --git a/c/src/exec/score/cpu/powerpc/ppc.h b/c/src/exec/score/cpu/powerpc/ppc.h index 7e9d12875c..c2960a1910 100644 --- a/c/src/exec/score/cpu/powerpc/ppc.h +++ b/c/src/exec/score/cpu/powerpc/ppc.h @@ -31,6 +31,7 @@ * Note: * This file is included by both C and assembler code ( -DASM ) * + * $Id$ */ #ifndef _INCLUDE_PPC_h diff --git a/c/src/exec/score/cpu/powerpc/ppctypes.h b/c/src/exec/score/cpu/powerpc/ppctypes.h index 64219dafe5..f6f199cf23 100644 --- a/c/src/exec/score/cpu/powerpc/ppctypes.h +++ b/c/src/exec/score/cpu/powerpc/ppctypes.h @@ -28,7 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * - * ppctypes.h,v 1.3 1995/05/31 14:57:15 joel Exp + * $Id$ */ #ifndef __PPC_TYPES_h diff --git a/c/src/exec/score/cpu/powerpc/rtems.s b/c/src/exec/score/cpu/powerpc/rtems.s index 87d0f093a7..25e955d4ea 100644 --- a/c/src/exec/score/cpu/powerpc/rtems.s +++ b/c/src/exec/score/cpu/powerpc/rtems.s @@ -28,6 +28,7 @@ * to the copyright license under the clause at DFARS 252.227-7013. This * notice must appear in all copies of this file and its derivatives. * + * $Id$ */ #include "asm.h" -- cgit v1.2.3