summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-12-13 07:24:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-12-13 07:24:32 +0000
commitc50c6bf3caad4bfeb41b59658e44c70777dab9b9 (patch)
tree35b7356a9dcd46bfdde4b1c4b56e200200676ccf /cpukit
parentAbandon backward compatibility types. (diff)
downloadrtems-c50c6bf3caad4bfeb41b59658e44c70777dab9b9.tar.bz2
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/types.h: Abandon backward compatibility types. * include/rtems/stdint.h: Abandon DEPRECATED_TYPES. * configure.ac: Abandon DEPRECATED_TYPES/--enable-deprecated. * Makefile.am: Abandon DEPRECATED_TYPES.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b5f68e4914..431d0b3755 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * rtems/include/rtems/rtems/types.h: Abandon backward compatibility
+ types.
+ * include/rtems/stdint.h: Abandon DEPRECATED_TYPES.
+ * configure.ac: Abandon DEPRECATED_TYPES/--enable-deprecated.
+ * Makefile.am: Abandon DEPRECATED_TYPES.
+
+2006-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* aclocal/rtems-ampolish.m4: Use am_aux_dir/ampolish3.
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>