diff options
author | srinivasa <srinivasa> | 2008-02-27 06:29:07 +0000 |
---|---|---|
committer | srinivasa <srinivasa> | 2008-02-27 06:29:07 +0000 |
commit | a8206d18dfe5f2b6ab7525ef4397c87e7a0a6bc4 (patch) | |
tree | 1b71dc2dd25555b63051cfcc940f5dd405b1ff6a | |
parent | 63aa421bf5574116ee4abed271b4c8ae85d5589e (diff) | |
download | systemtap-steved-a8206d18dfe5f2b6ab7525ef4397c87e7a0a6bc4.tar.gz systemtap-steved-a8206d18dfe5f2b6ab7525ef4397c87e7a0a6bc4.tar.xz systemtap-steved-a8206d18dfe5f2b6ab7525ef4397c87e7a0a6bc4.zip |
Modifying Changelog file, since Srinivasa skipped it
while committing the patch.
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -291,6 +291,16 @@ rcu_dereferences of engine->data to resync with kernel.org builds. +2008-01-18 Srinivasa DS <srinivasa@in.ibm.com> + + PR 5549 + * buildrun.cxx : Verify whether kernel has register rename patch + through autoconf files. + * runtime/(loc2c-runtime.h, procfs.c, regs.c, regs.h, + stack-i386.c, autoconf-x86-uniregs.c, autoconf-nameidata.c) : Use + appropriate register name at runtime, based on whether kernel has + register rename patch or not. + 2008-01-18 Jim Keniston <jkenisto@us.ibm.com> * runtime/uprobes/uprobes.c: Added static copy of @@ -301,6 +311,12 @@ * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated. +2008-01-17 Srinivasa DS <srinivasa@in.ibm.com> + + PR 5483 + * tapsets.cxx : Possible fix for making systemtap compatible with + the elfutils-0.131 + 2008-01-17 Frank Ch. Eigler <fche@elastic.org> PR 4935. |