summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gba/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-12 14:17:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-12 14:17:29 +0000
commit92ce6ac76dfe8900bd4391b9d763f006e5d08cbb (patch)
treec7afb859f25b04ba4eb0c083925ed7a366287f13 /c/src/lib/libbsp/arm/gba/ChangeLog
parent2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-92ce6ac76dfe8900bd4391b9d763f006e5d08cbb.tar.bz2
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
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.
Diffstat (limited to 'c/src/lib/libbsp/arm/gba/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/gba/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/gba/ChangeLog b/c/src/lib/libbsp/arm/gba/ChangeLog
index 8eaa6ded3d..b12f799418 100644
--- a/c/src/lib/libbsp/arm/gba/ChangeLog
+++ b/c/src/lib/libbsp/arm/gba/ChangeLog
@@ -1,3 +1,12 @@
+2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ 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-08 Ralf Corsépius <ralf.corsepius@rtems.org>
* bsp_specs: Backport from CVS-HEAD.