summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-14 00:40:20 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-14 00:40:20 +0000
commita10c7214625e31108460fb71ca6885885aca9549 (patch)
tree0f57e1f9983d4ce60beb1a3e30e98294c911cae2 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-11-13 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-a10c7214625e31108460fb71ca6885885aca9549.tar.bz2
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* shared/src/cache_.h: include <libcpu/cache.h> only #ifdef _OLD_EXCEPTIONS - no need for <libcpu/cache.h> otherwise.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index a2f1be312d..bb26049e1f 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,4 +1,10 @@
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
+
+ * shared/src/cache_.h: include <libcpu/cache.h> only
+ #ifdef _OLD_EXCEPTIONS - no need for <libcpu/cache.h>
+ otherwise.
+
+2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* shared/include/byteorder.h: fixed wrong pointer-type
of ld_le32() (uint16_t* -> uint32_t*).