diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-06 09:07:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-06 09:07:56 +0000 |
commit | 53bfdc1cf6f9360dfc5eb95c906159f949a8f83a (patch) | |
tree | 8009e94c553c7170b0f8b94e407d6051a8a5bc1f /ChangeLog | |
parent | 154d10bdf1984f4fe28f898e07bc25c5367f443e (diff) | |
download | glibc-53bfdc1cf6f9360dfc5eb95c906159f949a8f83a.tar glibc-53bfdc1cf6f9360dfc5eb95c906159f949a8f83a.tar.gz glibc-53bfdc1cf6f9360dfc5eb95c906159f949a8f83a.tar.bz2 glibc-53bfdc1cf6f9360dfc5eb95c906159f949a8f83a.zip |
Update.
2004-03-06 Ulrich Drepper <drepper@redhat.com>
* elf/dl-open.c: No need to pass any parameter to _dl_start_profile.
They are the same in both places.
* elf/dl-profile.c: Likewise.
* elf/rtld.c: Likewise.
* sysdeps/generic/ldsodefs.h: Likewise.
* elf/dl-support.c: Define _dl_profile_output variable. Initialize it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-03-06 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-open.c: No need to pass any parameter to _dl_start_profile. + They are the same in both places. + * elf/dl-profile.c: Likewise. + * elf/rtld.c: Likewise. + * sysdeps/generic/ldsodefs.h: Likewise. + * elf/dl-support.c: Define _dl_profile_output variable. Initialize it. + 2004-03-05 Ulrich Drepper <drepper@redhat.com> * elf/Versions: Remove functions which are not exported anymore. |