summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-07 22:15:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-07 22:15:25 +0000
commit06a36cd1a40937861c05576689a4281ff2fba9a5 (patch)
tree4c3d397098d1d9f9aeab1d79b66199d39c889fe3 /c/src/ChangeLog
parent2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-06a36cd1a40937861c05576689a4281ff2fba9a5.tar.bz2
2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c, libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c, libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c, libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU old-style field designator extension as recommended by clang.
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 9c052fe862..fccf89d02a 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,13 @@
2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libchip/display/disp_hcms29xx.c, libchip/flash/am29lv160.c,
+ libchip/i2c/i2c-2b-eeprom.c, libchip/i2c/i2c-ds1621.c,
+ libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c,
+ libchip/i2c/spi-memdrv.c, libchip/rtc/ds1375.c: Eliminate use of GNU
+ old-style field designator extension as recommended by clang.
+
+2011-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libchip/i2c/spi-memdrv.h: Add missing semi-colon.
2011-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de>