summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-08 17:22:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-08 17:22:28 +0000
commit46ba602fe298f8c0d65e4c8be816f27c6e9b6012 (patch)
tree7aec43bde6c38c03b8b5ca9a4bb6b403beeb1965 /c/src/lib/libbsp/arm/ChangeLog
parent2007-09-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-46ba602fe298f8c0d65e4c8be816f27c6e9b6012.tar.bz2
2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect and unneccessary prototype of printk.
Diffstat (limited to 'c/src/lib/libbsp/arm/ChangeLog')
-rw-r--r--c/src/lib/libbsp/arm/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/ChangeLog b/c/src/lib/libbsp/arm/ChangeLog
index e0f8c12196..8a628d1370 100644
--- a/c/src/lib/libbsp/arm/ChangeLog
+++ b/c/src/lib/libbsp/arm/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect
+ and unneccessary prototype of printk.
+
2007-06-13 Ray Xu <rayx@gmail.com>
* shared/abort/simple_abort.c: Shrink the memory requirements. Joel