summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index de988561..4fe2d033 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-12 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6738.
+ * loc2c-runtime.h: #include {asm,linux}/uaccess.h as autoconf'd.
+ * unwind/i386.h (user_mode_vm, FIX_VDSO): #ifdef for older kernels.
+ * unwind/x86_64.h (VSYSCALL_START): speculative #ifdef for same.
+ * unwind/unwind.h (BUILD_BUG_ON_ZER): Ditto.
+
2008-07-10 Frank Ch. Eigler <fche@elastic.org>
PR 6736.