diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-04-15 00:02:27 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-04-15 00:02:27 -0400 |
commit | 184b2d42207667089c20208d8c63c4fcb2d481aa (patch) | |
tree | 65108739c65327a3aebefa62be762c91371bb83e /runtime/ChangeLog | |
parent | 7eb702bfb612c4c65b4d834ab3c1995e744a4945 (diff) | |
download | systemtap-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/ChangeLog | 6 |
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. |