diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index fd7e9e91..29ef88d4 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,12 @@ +2007-01-29 Martin Hunt <hunt@redhat.com> + * alloc.c (_stp_kmalloc): New function. Call kmalloc + with the coirrect flags and track usage. + (_stp_kzalloc): Ditto. + * map.c: Use new alloc calls. + * print.c: Ditto. + * stat.c: Ditto. + * time.c: Ditto. + 2007-01-25 Roland McGrath <roland@redhat.com> * loc2c-runtime.h (store_deref): Use "Zr" constraint for 64-bit case. |