diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-21 20:15:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-21 20:15:55 +0000 |
commit | 4c48b26742941a29b9e608f234ec8186c5fcdc8e (patch) | |
tree | fc3faf57effedc92f97f6eef62e803d595cd7c2b /gmon/Versions | |
parent | cf4431ed2d72b47bbc36f9656b60b978d29a9dec (diff) | |
download | glibc-4c48b26742941a29b9e608f234ec8186c5fcdc8e.tar glibc-4c48b26742941a29b9e608f234ec8186c5fcdc8e.tar.gz glibc-4c48b26742941a29b9e608f234ec8186c5fcdc8e.tar.bz2 glibc-4c48b26742941a29b9e608f234ec8186c5fcdc8e.zip |
Update.
2001-03-21 Ulrich Drepper <drepper@redhat.com>
* gmon/Makefile (routines): Add sprofil.
(tests): Add tst-sprofil.
(noprof): Add sprofil.
* gmon/Versions [libc] (GLIBC_2.2.3): Add sprofil.
2001-03-20 David Mosberger <davidm@hpl.hp.com>
* sysdeps/generic/sprofil.c: New file.
* sysdeps/posix/sprofil.c: New file.
* gmon/tst-sprofil.c: New file.
* gmon/sys/profil.h: New file.
Diffstat (limited to 'gmon/Versions')
-rw-r--r-- | gmon/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gmon/Versions b/gmon/Versions index c39f1d1f74..d0b63334f2 100644 --- a/gmon/Versions +++ b/gmon/Versions @@ -16,4 +16,7 @@ libc { # m* moncontrol; } + GLIBC_2.2.3 { + sprofil; + } } |