summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-15 00:02:27 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-15 00:02:27 -0400
commit184b2d42207667089c20208d8c63c4fcb2d481aa (patch)
tree65108739c65327a3aebefa62be762c91371bb83e /runtime/ChangeLog
parent7eb702bfb612c4c65b4d834ab3c1995e744a4945 (diff)
downloadsystemtap-steved-184b2d42207667089c20208d8c63c4fcb2d481aa.tar.gz
systemtap-steved-184b2d42207667089c20208d8c63c4fcb2d481aa.tar.xz
systemtap-steved-184b2d42207667089c20208d8c63c4fcb2d481aa.zip
unwinder build fix for STACK_{TOP,BOTTOM} macro name collisions
2008-04-15 Frank Ch. Eigler <fche@elastic.org> * unwind/i386.h (STACK_BOTTOM, STACK_TOP): Comment out these unused definitions, for they collide with some kernels (2.6.25-0.121.rc5.git4 rawhide).
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 09a3e35d..69eb6c36 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-15 Frank Ch. Eigler <fche@elastic.org>
+
+ * unwind/i386.h (STACK_BOTTOM, STACK_TOP): Comment out these
+ unused definitions, for they collide with some kernels
+ (2.6.25-0.121.rc5.git4 rawhide).
+
2008-04-13 Frank Ch. Eigler <fche@elastic.org>
* print.c (_stp_pbuf_full): New function to note full print buffer.