From b7b6100115ee2c7eefa24c538a1e39bc49dd4d30 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 04:10:51 +0000 Subject: =?UTF-8?q?2008-08-21=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * rtems/score/types.h: Include stdbool.h. Use bool as base-type for boolean. --- cpukit/score/cpu/arm/ChangeLog | 5 +++++ cpukit/score/cpu/avr/ChangeLog | 5 +++++ cpukit/score/cpu/bfin/ChangeLog | 5 +++++ cpukit/score/cpu/c4x/ChangeLog | 5 +++++ cpukit/score/cpu/h8300/ChangeLog | 5 +++++ cpukit/score/cpu/i386/ChangeLog | 5 +++++ cpukit/score/cpu/m68k/ChangeLog | 5 +++++ cpukit/score/cpu/mips/ChangeLog | 5 +++++ cpukit/score/cpu/nios2/ChangeLog | 5 +++++ cpukit/score/cpu/no_cpu/ChangeLog | 5 +++++ cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ cpukit/score/cpu/sh/ChangeLog | 5 +++++ cpukit/score/cpu/sparc/ChangeLog | 5 +++++ cpukit/score/cpu/unix/ChangeLog | 5 +++++ 14 files changed, 70 insertions(+) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/arm/ChangeLog b/cpukit/score/cpu/arm/ChangeLog index 28e7d75c91..0b5861c900 100644 --- a/cpukit/score/cpu/arm/ChangeLog +++ b/cpukit/score/cpu/arm/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-18 Joel Sherrill * cpu.c, rtems/score/cpu.h: Add void. diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog index d496737285..e1cb487a52 100644 --- a/cpukit/score/cpu/avr/ChangeLog +++ b/cpukit/score/cpu/avr/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/bfin/ChangeLog b/cpukit/score/cpu/bfin/ChangeLog index ab6bbe6319..9bca022fb3 100644 --- a/cpukit/score/cpu/bfin/ChangeLog +++ b/cpukit/score/cpu/bfin/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-15 Joel Sherrill * ChangeLog: Add correct entry. diff --git a/cpukit/score/cpu/c4x/ChangeLog b/cpukit/score/cpu/c4x/ChangeLog index 6a0d5d1198..64a8b1834f 100644 --- a/cpukit/score/cpu/c4x/ChangeLog +++ b/cpukit/score/cpu/c4x/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/h8300/ChangeLog b/cpukit/score/cpu/h8300/ChangeLog index c2d3a9718a..4177d26e4e 100644 --- a/cpukit/score/cpu/h8300/ChangeLog +++ b/cpukit/score/cpu/h8300/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog index bc46fd149d..e9c6ccc1df 100644 --- a/cpukit/score/cpu/i386/ChangeLog +++ b/cpukit/score/cpu/i386/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-19 Joel Sherrill * cpu.c: Fix prototypes. diff --git a/cpukit/score/cpu/m68k/ChangeLog b/cpukit/score/cpu/m68k/ChangeLog index 38d5095d29..955d0f056e 100644 --- a/cpukit/score/cpu/m68k/ChangeLog +++ b/cpukit/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-19 Joel Sherrill * rtems/score/cpu.h: Fix type when initializing FP context. diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index 5f3eb374d3..7f0cce7339 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog index 50b441de21..5011ef3afe 100644 --- a/cpukit/score/cpu/nios2/ChangeLog +++ b/cpukit/score/cpu/nios2/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/no_cpu/ChangeLog b/cpukit/score/cpu/no_cpu/ChangeLog index eac940e19e..da0ee2139c 100644 --- a/cpukit/score/cpu/no_cpu/ChangeLog +++ b/cpukit/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-07-31 Joel Sherrill * cpu.c, rtems/score/cpu.h: Correct prototype of Idle threads. diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 53f3a3ef92..b319495a9d 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-14 Sebastian Huber * rtems/powerpc/registers.h: Removed obsolete defines MSR_, MSR_KERNEL diff --git a/cpukit/score/cpu/sh/ChangeLog b/cpukit/score/cpu/sh/ChangeLog index 97d1729387..d210b589d9 100644 --- a/cpukit/score/cpu/sh/ChangeLog +++ b/cpukit/score/cpu/sh/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-19 Ralf Corsépius * rtems/score/cpu.h: Add missing prototype. diff --git a/cpukit/score/cpu/sparc/ChangeLog b/cpukit/score/cpu/sparc/ChangeLog index 0035de3609..f2e1fab9f0 100644 --- a/cpukit/score/cpu/sparc/ChangeLog +++ b/cpukit/score/cpu/sparc/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-04 Joel Sherrill PR 1294/bsps diff --git a/cpukit/score/cpu/unix/ChangeLog b/cpukit/score/cpu/unix/ChangeLog index d834d37079..2d29658b35 100644 --- a/cpukit/score/cpu/unix/ChangeLog +++ b/cpukit/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2008-08-21 Ralf Corsépius + + * rtems/score/types.h: Include stdbool.h. + Use bool as base-type for boolean. + 2008-08-20 Joel Sherrill * rtems/score/cpu.h: Correct prototype of _CPU_Thread_dispatch_pointer. -- cgit v1.2.3