summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 05:43:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 05:43:37 +0000
commit0818be589b4aabcc8012cb53b14088b967843af9 (patch)
tree30f0247e73023a01665495f5a953ce95715414d4 /c/src/ChangeLog
parentUse hex-constants to avoid implicit int-casts. (diff)
downloadrtems-0818be589b4aabcc8012cb53b14088b967843af9.tar.bz2
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: Use hex-constants to avoid implicit int-casts. * libchip/i2c/spi-memdrv.c: Use hex-constants to avoid implicit int-casts. Use rtems_off64_t offsets to avoid loosing precision.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 9e618f5d88..b79541f80d 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c:
+ Use hex-constants to avoid implicit int-casts.
+ * libchip/i2c/spi-memdrv.c:
+ Use hex-constants to avoid implicit int-casts.
+ Use rtems_off64_t offsets to avoid loosing precision.
+
2009-10-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libchip/serial/ns16550.c: Update for interrupt handler type change.