summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-12 14:33:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-12 14:33:05 +0000
commitb321b10e3d30e086705a2d31f66926b2efdf1f07 (patch)
treeb8475bd92d5fc8f8eadd6058b512f3879b189164 /c/src/lib/libbsp/i386/ChangeLog
parent2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-b321b10e3d30e086705a2d31f66926b2efdf1f07.tar.bz2
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1385/cpukit * shared/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.
Diffstat (limited to 'c/src/lib/libbsp/i386/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog
index c6f3d40459..28123b0694 100644
--- a/c/src/lib/libbsp/i386/ChangeLog
+++ b/c/src/lib/libbsp/i386/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1385/cpukit
+ * shared/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.
+
2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/irq/irq.c, shared/irq/irq.h, shared/irq/irq_asm.S: Add shared