summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:23:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:23:52 +0000
commitdd5be89fb6bb63a7c0e2d1f8768ffaa9b2c50544 (patch)
treea25001a782475660dea6b0183e835c033644aea4 /cpukit
parentAdd RTEMS_AMPOLISH3. (diff)
downloadrtems-dd5be89fb6bb63a7c0e2d1f8768ffaa9b2c50544.tar.bz2
2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_AMPOLISH3. Add checks for uint8_t, int8_t, uint16_t, int16_t, uint32_t, int32_t. * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir. * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3. * ampolish3: Remove.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 656fed70ca..1b59a79250 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2006-11-15 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove RTEMS_AMPOLISH3.
+ Add checks for uint8_t, int8_t, uint16_t, int16_t,
+ uint32_t, int32_t.
+ * aclocal/rtems-ampolish.m4: Pick up ampolish3 from ac_aux_dir.
+ * aclocal/rtems-top.m4: Add RTEMS_AMPOLISH3.
+ * ampolish3: Remove.
+
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c: