summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorroland <roland>2005-08-31 03:14:24 +0000
committerroland <roland>2005-08-31 03:14:24 +0000
commit92e9d16c5e508fcb86e1ed814a0d871e56374bb8 (patch)
tree9bfaf2a924b795fa158e6d3a8f01ef695cd8e1a2 /runtime
parent494c2c8412641ec63d123bd03d2c71d5a5497c6f (diff)
downloadsystemtap-steved-92e9d16c5e508fcb86e1ed814a0d871e56374bb8.tar.gz
systemtap-steved-92e9d16c5e508fcb86e1ed814a0d871e56374bb8.tar.xz
systemtap-steved-92e9d16c5e508fcb86e1ed814a0d871e56374bb8.zip
.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index 727862b4..bb2e760b 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-30 Roland McGrath <roland@redhat.com>
+
+ * loc2c-runtime.h (fetch_register, store_register): Rewritten to pass
+ REGS to dwarf_register_<N> as a macro argument.
+ [__i386__, __x86_64__]: Update dwarf_register_* macros.
+ [__i386__] (dwarf_register_4): Define special case for stack pointer.
+
2005-08-29 Martin Hunt <hunt@redhat.com>
* list.c (_stp_copy_argv_from_user): Move to here.