diff options
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,19 +1,24 @@ +2005-12-17 Roland McGrath <roland@redhat.com> + + * staptree.h: #include <cassert> here. + 2005-12-14 Kevin Stafford <krstaffo@us.ibm.com> - * 2.6.14/syscalls.stp: added 2.6.14 syscalls to tapset - * 2.6.14/i686/syscalls.stp: added i386 arch specific syscalls - to tapset for kernel 2.6.14 - * 2.6.9-24.ELsmp/syscalls.stp: added 2.6.9-24.ELsmp syscalls - to tapset - * 2.6.9-24.ELsmp/x86_64/syscalls.stp: added x86_64 arch specific - syscalls to tapset for kernel 2.6.9-24.ELsmp - * system_calls.stp: removed generic system_calls.stp tapset. + + * tapset/2.6.14/syscalls.stp: Added 2.6.14 syscalls to tapset. + * 2.tapset/6.14/i686/syscalls.stp: Added i386 arch specific syscalls + to tapset for kernel 2.6.14. + * tapset/2.6.9-24.ELsmp/syscalls.stp: Added 2.6.9-24.ELsmp syscalls. + * tapset/2.6.9-24.ELsmp/x86_64/syscalls.stp: Added x86_64 arch + specific syscalls to tapset for kernel 2.6.9-24.ELsmp. + * tapset/system_calls.stp: File removed. + 2005-12-14 Martin Hunt <hunt@redhat.com> * tapset/system_calls.stp (epoll.ctl): Temporarily remove references to $op and $event because gcc 4.0.2 can't find them. (epoll.wait): Ditto for $maxevents. - + 2005-12-13 Frank Ch. Eigler <fche@redhat.com> * tapsets.cxx (var_expanding_copy_visitor::visit_target): @@ -60,7 +65,7 @@ * translate.cxx (visit_print_format): Properly quote formatting string. (varlock): Reword lock timeout error message. * testsuite/buildok/printf.stp: Add some quoting troublemakers. - * testsuite/parseok/unparser.stp: New file. + * testsuite/parseok/unparser.stp: New file. 2005-12-11 Roland McGrath <roland@redhat.com> |