summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-14 00:36:59 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-14 00:36:59 +0000
commitb472166df6553444d3091aea00d1cabdd62647a3 (patch)
treeece7032f2544e8fef595d6b6ed8915c0afc5126c /c/src/lib/libcpu/powerpc/ChangeLog
parentAbandon gcc-4.0.3 (diff)
downloadrtems-b472166df6553444d3091aea00d1cabdd62647a3.tar.bz2
2007-11-13 Till Straumann <strauman@slac.stanford.edu>
* shared/include/byteorder.h: fixed wrong pointer-type of ld_le32() (uint16_t* -> uint32_t*).
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index b9f262a4f6..a2f1be312d 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-13 Till Straumann <strauman@slac.stanford.edu>
+
+ * shared/include/byteorder.h: fixed wrong pointer-type
+ of ld_le32() (uint16_t* -> uint32_t*).
+
2007-11-06 Till Straumann <strauman@slac.stanford.edu>
* mpc5xx/irq/irq.c, mpc5xx/exceptions/raw_exception.c,