From e5f55a100861afad3cdad3b1423ddebe2c9cf2cb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 21 Jun 2006 13:52:18 +0000 Subject: [PATCH] Fix formatting. --- c/src/lib/libbsp/powerpc/ChangeLog | 2 +- c/src/lib/libcpu/powerpc/ChangeLog | 2 +- cpukit/score/cpu/m68k/ChangeLog | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog index 3a4ad80ac7..f53ddeef6c 100644 --- a/c/src/lib/libbsp/powerpc/ChangeLog +++ b/c/src/lib/libbsp/powerpc/ChangeLog @@ -24,7 +24,7 @@ 2006-06-19 Till Straumann * shared/irq/irq_asm.S: Never allow the FPU to be switched on - for integer-only tasks (new gcc may use FP regs implicitely). + for integer-only tasks (new gcc may use FP regs implicitly). 2006-03-08 Joel Sherrill diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index 1a8e901564..35e4446f4e 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -16,7 +16,7 @@ * new-exceptions/cpu.c, new-exceptions/cpu_asm.S: Never allow the FPU to be switched on for integer-only tasks - (new gcc may use FP regs implicitely). + (new gcc may use FP regs implicitly). FP context switch may be called from environment with no FPU available (ISR, int-only task) - switch FPU on for the switch and restore MSR_FP after it's done. diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index f8d08a2e2a..dcddc9fda3 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,6 +1,6 @@ 2006-06-19 Till Straumann - PR1091/patch + PR 1091/patch * cpu_asm.S: Reduce mask from 0xffc to 0x3fc so only the vector bits are used when calculating the exception vector.