From dd5be89fb6bb63a7c0e2d1f8768ffaa9b2c50544 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 15 Nov 2006 14:23:52 +0000 Subject: [PATCH] =?UTF-8?q?2006-11-15=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) 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 + + * 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 * score/inline/rtems/score/threadq.inl, score/src/corerwlocktimeout.c: