From 590aba4f1a04f85a4be0b44fa670fcace50faa1e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 12 Oct 2001 21:03:53 +0000 Subject: 2001-10-12 Joel Sherrill * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8xx/clock/clock.c, mpc8xx/timer/timer.c, new_exception_processing/cpu.c, new_exception_processing/cpu.h, new_exception_processing/cpu_asm.S, old_exception_processing/cpu.c, old_exception_processing/cpu.h, old_exception_processing/cpu_asm.S, old_exception_processing/rtems.S: Fixed typo. --- c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c | 1 - c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h | 1 - .../libbsp/powerpc/support/new_exception_processing/cpu_asm.S | 1 - c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c | 1 - c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.h | 1 - .../libbsp/powerpc/support/old_exception_processing/cpu_asm.S | 1 - .../lib/libbsp/powerpc/support/old_exception_processing/rtems.S | 1 - c/src/lib/libcpu/powerpc/ChangeLog | 9 +++++++++ c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c | 1 - c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h | 1 - c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c | 1 - c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c | 1 - c/src/lib/libcpu/powerpc/new-exceptions/cpu.c | 1 - c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S | 1 - c/src/lib/libcpu/powerpc/new_exception_processing/cpu.c | 1 - c/src/lib/libcpu/powerpc/new_exception_processing/cpu.h | 1 - c/src/lib/libcpu/powerpc/new_exception_processing/cpu_asm.S | 1 - c/src/lib/libcpu/powerpc/old-exceptions/cpu.c | 1 - c/src/lib/libcpu/powerpc/old-exceptions/cpu_asm.S | 1 - c/src/lib/libcpu/powerpc/old_exception_processing/cpu.c | 1 - c/src/lib/libcpu/powerpc/old_exception_processing/cpu.h | 1 - c/src/lib/libcpu/powerpc/old_exception_processing/cpu_asm.S | 1 - c/src/lib/libcpu/powerpc/old_exception_processing/rtems.S | 1 - 23 files changed, 9 insertions(+), 22 deletions(-) (limited to 'c/src/lib') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c index e1c6eac4fd..38a962e967 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h index e54f7fc14e..1c9ca2ce23 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S index 213e094fa6..0382c884e0 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c index 7745dc4251..5771b5f7cd 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.h b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.h index 9097e68478..803377b99f 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.h +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu.h @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S index 6ce006521e..64b556253f 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems.S b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems.S index b653152411..7225bddae6 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems.S +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/rtems.S @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 066bf7a0db..6230851eac 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,12 @@ +2001-10-12 Joel Sherrill + + * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8xx/clock/clock.c, + mpc8xx/timer/timer.c, new_exception_processing/cpu.c, + new_exception_processing/cpu.h, new_exception_processing/cpu_asm.S, + old_exception_processing/cpu.c, old_exception_processing/cpu.h, + old_exception_processing/cpu_asm.S, old_exception_processing/rtems.S: + Fixed typo. + 2001-10-11 Ralf Corsepius * .cvsignore: Add autom4te.cache for autoconf > 2.52. diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c index 8281ec0a57..6665dae782 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c +++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.c @@ -8,7 +8,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h index 67bf2ec722..7fb3e4d36b 100644 --- a/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h +++ b/c/src/lib/libcpu/powerpc/mpc6xx/clock/c_clock.h @@ -8,7 +8,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c index 63aa11bf76..a1ecf33e15 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c +++ b/c/src/lib/libcpu/powerpc/mpc8xx/clock/clock.c @@ -27,7 +27,6 @@ * * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c index d9fbbe4a39..2e1c332c73 100644 --- a/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c +++ b/c/src/lib/libcpu/powerpc/mpc8xx/timer/timer.c @@ -34,7 +34,6 @@ * * COPYRIGHT (c) 1989-1998. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c index e1c6eac4fd..38a962e967 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c +++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S index 213e094fa6..0382c884e0 100644 --- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S +++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.c b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.c index e1c6eac4fd..38a962e967 100644 --- a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.c +++ b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.h b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.h index e54f7fc14e..1c9ca2ce23 100644 --- a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.h +++ b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu.h @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu_asm.S b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu_asm.S index 213e094fa6..0382c884e0 100644 --- a/c/src/lib/libcpu/powerpc/new_exception_processing/cpu_asm.S +++ b/c/src/lib/libcpu/powerpc/new_exception_processing/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/old-exceptions/cpu.c index 7745dc4251..5771b5f7cd 100644 --- a/c/src/lib/libcpu/powerpc/old-exceptions/cpu.c +++ b/c/src/lib/libcpu/powerpc/old-exceptions/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old-exceptions/cpu_asm.S b/c/src/lib/libcpu/powerpc/old-exceptions/cpu_asm.S index 6ce006521e..64b556253f 100644 --- a/c/src/lib/libcpu/powerpc/old-exceptions/cpu_asm.S +++ b/c/src/lib/libcpu/powerpc/old-exceptions/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.c b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.c index 7745dc4251..5771b5f7cd 100644 --- a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.c +++ b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.c @@ -20,7 +20,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may be found in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.h b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.h index 9097e68478..803377b99f 100644 --- a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.h +++ b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu.h @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu_asm.S b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu_asm.S index 6ce006521e..64b556253f 100644 --- a/c/src/lib/libcpu/powerpc/old_exception_processing/cpu_asm.S +++ b/c/src/lib/libcpu/powerpc/old_exception_processing/cpu_asm.S @@ -23,7 +23,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at diff --git a/c/src/lib/libcpu/powerpc/old_exception_processing/rtems.S b/c/src/lib/libcpu/powerpc/old_exception_processing/rtems.S index b653152411..7225bddae6 100644 --- a/c/src/lib/libcpu/powerpc/old_exception_processing/rtems.S +++ b/c/src/lib/libcpu/powerpc/old_exception_processing/rtems.S @@ -22,7 +22,6 @@ * * COPYRIGHT (c) 1989-1997. * On-Line Applications Research Corporation (OAR). - * Copyright assigned to U.S. Government, 1994. * * The license and distribution terms for this file may in * the file LICENSE in this distribution or at -- cgit v1.2.3