summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 14:54:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-05 14:54:27 +0000
commit614e6bbd14fa86c4246f414a3af18fbf0304a785 (patch)
tree355eb5f3769f889b58a9b17f41cd80a88e771d7c /c/src/lib/libcpu/bfin
parentEliminate "boolean". (diff)
downloadrtems-614e6bbd14fa86c4246f414a3af18fbf0304a785.tar.bz2
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
Diffstat (limited to 'c/src/lib/libcpu/bfin')
-rw-r--r--c/src/lib/libcpu/bfin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/bfin/ChangeLog b/c/src/lib/libcpu/bfin/ChangeLog
index 1d53eef62d..93d1c92f43 100644
--- a/c/src/lib/libcpu/bfin/ChangeLog
+++ b/c/src/lib/libcpu/bfin/ChangeLog
@@ -1,5 +1,6 @@
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * interrupt/interrupt.c, network/ethernet.c: Eliminate "boolean".
* network/ethernet.c, serial/twi.c, timer/timer.c: Convert to "bool".
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>