diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 19:31:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-05-17 19:31:03 +0000 |
commit | 7f81ac7007af8fc146f1a61414bfd1cefdd449a2 (patch) | |
tree | 260bc97f3817d8b8af8ae2c673c78a117794975f /ChangeLog | |
parent | 8d88a1640560d5b26c8119f7a763b4c0607eec56 (diff) | |
download | glibc-7f81ac7007af8fc146f1a61414bfd1cefdd449a2.tar.gz glibc-7f81ac7007af8fc146f1a61414bfd1cefdd449a2.tar.xz glibc-7f81ac7007af8fc146f1a61414bfd1cefdd449a2.zip |
Update.
2001-05-17 Ulrich Drepper <drepper@redhat.com> * elf/dl-profile.c (_dl_mcount): Check whether state is GMON_PROF_ON before doing anything.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6fa95fa425..4bd53ca5cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-17 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-profile.c (_dl_mcount): Check whether state is + GMON_PROF_ON before doing anything. + 2001-05-17 H.J. Lu <hjl@gnu.org> * elf/sprof.c (read_symbols): Move "++symtab" into the while loop. |