summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 05:33:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-18 05:33:15 +0000
commitfb678afef9f1af0fca8b66a8402fd567117f5563 (patch)
tree03b09527540bbd0faff1a27a92c782b8e1dc8e15
parentUse uintmax_t instead of uint64_t for MALLOC_STATS statistics. (diff)
downloadrtems-fb678afef9f1af0fca8b66a8402fd567117f5563.tar.bz2
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add check for uintmax_t. * libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for printing.
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 56adafb8da..0a0f78e7da 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Add check for uintmax_t.
+ * libcsupport/src/malloc.c: Use uintmax_t instead of uint64_t for
+ MALLOC_STATS statistics. Use inttypes.h PRIxXXX macros for
+ printing.
+
+2006-11-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* aclocal/check-networking.m4: Integrate type checks.
* configure.ac: Use rtems_cv_HAS_NETWORKING instead of
HAS_NETWORKING.