summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 0a66a28b..f0f65215 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,6 +1,13 @@
2008-05-06 Masami Hiramatsu <mhiramat@redhat.com>
PR 5648
+ * print_old.c (stp_print_flush): Fix unaligned access warning on
+ ia64.
+ * print_new.c (stp_print_flush): Ditto.
+
+2008-05-06 Masami Hiramatsu <mhiramat@redhat.com>
+
+ PR 5648
* vsprintf.c (_stp_vsnprintf): Fix memcpy's endianess issue.
2008-05-05 Frank Ch. Eigler <fche@elastic.org>