From 1ba9d1bb5c8930d5717cfb985f345fb7e0f47886 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 12 Mar 2009 14:18:28 +0000 Subject: 2009-03-12 Joel Sherrill PR 1385/cpukit * irq/irq_asm.S: When the type rtems_boolean was switched to the C99 bool, the size changed from 4 bytes to 1 byte. The interrupt dispatching code accesses two boolean variables for scheduling purposes and the assembly implementations of this code did not get updated. --- c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog index fe64e10eca..f077493088 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @@ -1,3 +1,12 @@ +2009-03-12 Joel Sherrill + + PR 1385/cpukit + * irq/irq_asm.S: When the type rtems_boolean was switched to the C99 + bool, the size changed from 4 bytes to 1 byte. The interrupt + dispatching code accesses two boolean variables for scheduling + purposes and the assembly implementations of this code did not get + updated. + 2008-12-04 Joel Sherrill * bsp_specs: Move -e start from *link to *startfile to avoid warning -- cgit v1.2.3