aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-11 19:48:04 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-11 19:48:04 +0000
commit586599b5005e6dbe608dd6885b0b282472494405 (patch)
tree6ca662e8a1f836ddf0cf7640b1f199d72a7a7aef /ChangeLog
parentcd090f718fe308b9d19779abec98cfc0248f92fc (diff)
downloadglibc-586599b5005e6dbe608dd6885b0b282472494405.tar
glibc-586599b5005e6dbe608dd6885b0b282472494405.tar.gz
glibc-586599b5005e6dbe608dd6885b0b282472494405.tar.bz2
glibc-586599b5005e6dbe608dd6885b0b282472494405.zip
Update.
2000-02-02 Andreas Schwab <schwab@suse.de> * malloc/Makefile (distribute): Add memprof.h. * malloc/memprof.c: Move definition of GETSP and GETTIME to new header memprof.h. * sysdeps/generic/memprof.h: New file. * sysdeps/alpha/memprof.h: New file. * sysdeps/i386/memprof.h: New file. * sysdeps/m68k/memprof.h: New file. * sysdeps/mips/memprof.h: New file. * sysdeps/powerpc/memprof.h: New file. * sysdeps/sparc/memprof.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ace01c875e..6a5520f429 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2000-02-02 Andreas Schwab <schwab@suse.de>
+
+ * malloc/Makefile (distribute): Add memprof.h.
+ * malloc/memprof.c: Move definition of GETSP and GETTIME to new
+ header memprof.h.
+ * sysdeps/generic/memprof.h: New file.
+ * sysdeps/alpha/memprof.h: New file.
+ * sysdeps/i386/memprof.h: New file.
+ * sysdeps/m68k/memprof.h: New file.
+ * sysdeps/mips/memprof.h: New file.
+ * sysdeps/powerpc/memprof.h: New file.
+ * sysdeps/sparc/memprof.h: New file.
+
2000-02-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/getresgid.c: Move...